Beispiel #1
0
 public void Attack()
 {
     player.AnimationPlay(2);
     player.Attack();
 }