diff options
author | chai <215380520@qq.com> | 2023-05-13 15:20:20 +0800 |
---|---|---|
committer | chai <215380520@qq.com> | 2023-05-13 15:20:20 +0800 |
commit | 6fb204d494b897907d655b5752196983a82ceba2 (patch) | |
tree | 99b874414e9578cb68be5390b2cf08d2069ca77e /WorldlineKeepers/Assets/Scripts/Unit/UnitManager.cs | |
parent | 6c91f1ed6810a57da08a24dd1359f288c443dd75 (diff) |
*misc
Diffstat (limited to 'WorldlineKeepers/Assets/Scripts/Unit/UnitManager.cs')
-rw-r--r-- | WorldlineKeepers/Assets/Scripts/Unit/UnitManager.cs | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/WorldlineKeepers/Assets/Scripts/Unit/UnitManager.cs b/WorldlineKeepers/Assets/Scripts/Unit/UnitManager.cs new file mode 100644 index 0000000..9ec97f3 --- /dev/null +++ b/WorldlineKeepers/Assets/Scripts/Unit/UnitManager.cs @@ -0,0 +1,15 @@ +using System.Collections; +using System.Collections.Generic; +using UnityEngine; + +namespace WK +{ + + public class UnitManager + { + + + + } + +} |