/// <summary> /// Sets the Moveable held by this slot. /// </summary> /// <remarks>A DropZone is always empty - the responsibility /// for holding a dropped Moveable is passed to a new peg.</remarks> protected override void SetMoveable(Moveable moveable) { }