public JumpOp() { _type = PlayerOpEnum.Jump; }
public MoveOp() { _type = PlayerOpEnum.Move; Direction = new Vector2(); }