Esempio n. 1
0
 public void PlayerAttack(Vector2 directions)
 {
     thisPlayerPawn.Attack(directions);
 }