コード例 #1
0
ファイル: TurnManager.cs プロジェクト: gmfk07/Massacre
 public void IncreaseTeenActions()
 {
     teenActionsPerformed++;
     if (teenActionsPerformed == teenActionsPerTurn)
     {
         StartCoroutine(Killer.HandleKillerTurn());
     }
 }