Beispiel #1
0
 public static void BeginBattle()
 {
     ContextManager.AddContext(Context.Combat);
     TurnManager.BeginBattle();
 }