Beispiel #1
0
 public void ContinueFightButton()
 {
     fightController.ContinueFight();
     AudioController.instance.PlaySfx(buttonClickSfx);
 }