summaryrefslogtreecommitdiff
path: root/Assets/Scripts/Unit/Components/UnitState/UnitState.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Assets/Scripts/Unit/Components/UnitState/UnitState.cs')
-rw-r--r--Assets/Scripts/Unit/Components/UnitState/UnitState.cs12
1 files changed, 12 insertions, 0 deletions
diff --git a/Assets/Scripts/Unit/Components/UnitState/UnitState.cs b/Assets/Scripts/Unit/Components/UnitState/UnitState.cs
new file mode 100644
index 00000000..4896e255
--- /dev/null
+++ b/Assets/Scripts/Unit/Components/UnitState/UnitState.cs
@@ -0,0 +1,12 @@
+using System;
+using System.Reflection;
+using System.Collections;
+using System.Collections.Generic;
+using UnityEngine;
+
+// 角色状态机
+[DisallowMultipleComponent]
+public class UnitState : UnitComponent
+{
+
+} \ No newline at end of file