summaryrefslogtreecommitdiff
path: root/marching/Assets/Scripts/Stats/CharacterStatsDef.cs
diff options
context:
space:
mode:
authorchai <215380520@qq.com>2023-05-11 19:14:31 +0800
committerchai <215380520@qq.com>2023-05-11 19:14:31 +0800
commitb8a694746562b37dc8dc5b8b5aec8612bb0964fc (patch)
treeafedcf84a2f1715edc95a77a0d9bf3437d5d0bfd /marching/Assets/Scripts/Stats/CharacterStatsDef.cs
parentb57d658d42b0cb55d4b63ca5da97177c0848d7e6 (diff)
+misc
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;
+
+}