public override void Tick()
 {
     CheckInput();
     movementSystem.Tick();
 }