First commit
This commit is contained in:
4
Battle/AttackType.cs
Normal file
4
Battle/AttackType.cs
Normal file
@@ -0,0 +1,4 @@
|
||||
namespace Battle
|
||||
{
|
||||
public enum AttackType { Physical, Magic }
|
||||
}
|
||||
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