Example #1
0
 public void Ability(PlayerSelection playerSelection)
 {
     if (!Paused)
     {
         State.Ability(playerSelection);
     }
 }