예제 #1
0
 public void Skill3Button()
 {
     fightController.BlockingTheftSkill();
     AudioController.instance.PlaySfx(buttonClickSfx);
 }