Ejemplo n.º 1
0
 public void AddMoves(int movesValue)
 {
     if (m_levelGoal.levelCounter == LevelCounter.Moves)
     {
         m_levelGoal.AddMoves(movesValue);
     }
 }