예제 #1
0
 public void DigEvent(int points)
 {
     // TODO: Consider whether/ how this could be moved into process command. Do we need any parameters?
     if (points > 0) // TEMP - Temproarily fixes issue with indestructible tiles adding score. The original approach passed '0' as a parameter from the tiles score.
     {
         currentGameState.HexDigEvent();
     }
 }