public void PlayerAttack(Vector2 directions)
 {
     thisPlayerPawn.Attack(directions);
 }