コード例 #1
0
 //Animation event for actually hitting an enemy
 void Hit()
 {
     fighter.Hit();
 }