示例#1
0
 public void IncreaseTeenActions()
 {
     teenActionsPerformed++;
     if (teenActionsPerformed == teenActionsPerTurn)
     {
         StartCoroutine(Killer.HandleKillerTurn());
     }
 }