Ejemplo n.º 1
0
 private void OnMouseDown()
 {
     if (GameSystem.IsControllerable)
     {
         SoundController.Play(SoundController.SE.SWING);
         GameSystem.AddScore(100);
     }
 }