예제 #1
0
 //handler when a unit/faction completed it's turn
 public static void OnEndTurn()
 {
     instance.StartCoroutine(instance._OnEndTurn());
 }