diff options
Diffstat (limited to 'marching/Assets/Scripts/Stats/CharacterStatsDef.cs')
-rw-r--r-- | marching/Assets/Scripts/Stats/CharacterStatsDef.cs | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/marching/Assets/Scripts/Stats/CharacterStatsDef.cs b/marching/Assets/Scripts/Stats/CharacterStatsDef.cs deleted file mode 100644 index 87eeecd..0000000 --- a/marching/Assets/Scripts/Stats/CharacterStatsDef.cs +++ /dev/null @@ -1,13 +0,0 @@ -using System.Collections; -using System.Collections.Generic; -using UnityEngine; - -public class CharacterStatsDef -{ - public string uid; - - public string name_key; - - public int type; - -} |