public override void Execute(GameActor ga) { if(moveRight) { ga.MoveRight(); } else { ga.MoveLeft(); } }