public void MoveRight() { if (_field.TryMoveRight(this)) { Notify(); } else { Position.Restore(); } }
public void MoveRight() { if (_field.TryMoveRight(this)) { Notify(); } else { Destroy(); } }