First commit
This commit is contained in:
12
Battle/BattleManager.cs
Normal file
12
Battle/BattleManager.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
namespace Battle
|
||||
{
|
||||
public static class BattleManager
|
||||
{
|
||||
public static int CurrentGameSeconds => 0;
|
||||
|
||||
public static void SpawnMinion()
|
||||
{
|
||||
//풀을 활용한 미니언 스폰 로직
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user