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