예제 #1
0
 public void AttackOn()
 {
     characterAnimation.SetAnimation(CharacterAnimState.AttackOn);
     characterMove.StopCharacter();
 }