예제 #1
0
파일: Fighter.cs 프로젝트: uindou/Board
 /*--------------------------------------------------OVERRIDE ZONE-----------------------------------------------------*/
 public override void AttackSound()
 {
     SoundPlay.FighterPlay();
 }