private void HandleInput(InputEvent ev) { if (ev.Shoot) { gun.Shoot(); } move.Move(ev.axisX, ev.axisY); }
public void Move() { _IPlayerMove.Move(); }