summaryrefslogtreecommitdiff
path: root/SurvivalTest/Assets/Scripts/Managers/UnitManager.cs
diff options
context:
space:
mode:
authorchai <chaifix@163.com>2022-04-23 00:01:46 +0800
committerchai <chaifix@163.com>2022-04-23 00:01:46 +0800
commit747a355b8a7d273264ce1d8f1848633f8fa52c47 (patch)
tree0892c72aa6be72f2b6c0e02dc6a660574691c1df /SurvivalTest/Assets/Scripts/Managers/UnitManager.cs
parent64eeb50eb855d1166d41bd25b58a34919a49589d (diff)
+ gem
Diffstat (limited to 'SurvivalTest/Assets/Scripts/Managers/UnitManager.cs')
-rw-r--r--SurvivalTest/Assets/Scripts/Managers/UnitManager.cs18
1 files changed, 18 insertions, 0 deletions
diff --git a/SurvivalTest/Assets/Scripts/Managers/UnitManager.cs b/SurvivalTest/Assets/Scripts/Managers/UnitManager.cs
new file mode 100644
index 0000000..88aa13c
--- /dev/null
+++ b/SurvivalTest/Assets/Scripts/Managers/UnitManager.cs
@@ -0,0 +1,18 @@
+using System.Collections;
+using System.Collections.Generic;
+using UnityEngine;
+
+public class UnitManager : MonoBehaviour
+{
+ // Start is called before the first frame update
+ void Start()
+ {
+
+ }
+
+ // Update is called once per frame
+ void Update()
+ {
+
+ }
+}