diff options
author | chai <215380520@qq.com> | 2023-05-09 19:28:57 +0800 |
---|---|---|
committer | chai <215380520@qq.com> | 2023-05-09 19:28:57 +0800 |
commit | fc2cfdad0d3cfb3844681855c1c45d9415f5ee8e (patch) | |
tree | acbcac9d6e153b011171ae0246592d68ff008b75 /marching/Assets/Scripts/Battle/BattleManager.cs | |
parent | 4afa7c36ba9ec33ed113dcfb7cd33bd630d444f2 (diff) |
*misc
Diffstat (limited to 'marching/Assets/Scripts/Battle/BattleManager.cs')
-rw-r--r-- | marching/Assets/Scripts/Battle/BattleManager.cs | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/marching/Assets/Scripts/Battle/BattleManager.cs b/marching/Assets/Scripts/Battle/BattleManager.cs new file mode 100644 index 0000000..8372139 --- /dev/null +++ b/marching/Assets/Scripts/Battle/BattleManager.cs @@ -0,0 +1,10 @@ +using System.Collections; +using System.Collections.Generic; +using UnityEngine; + +public class BattleManager : Singleton<BattleManager> +{ + + + +}
\ No newline at end of file |