diff options
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 |