private void FillBowl(Bowl recepticle) { Debug.Assert(IsCarryingObject(), "Cannot drop anything if not carrying"); recepticle.Put(m_carriedObject); m_carriedObject = null; }