コード例 #1
0
 // Signals its parent that the attack animation has stopped
 public void AttackEnds()
 {
     playerCode.NormalizeMoveState();
 }
コード例 #2
0
 // Called from any player gameobject specific code
 public void CallAnimationEnded()
 {
     playerParent.NormalizeMoveState();
 }