예제 #1
0
        void IGrabSystem.Untouched(IGrabber grabber, IGrabbable grabbable)
        {
            _repository.Remove(grabbable);

            grabbable.UnTouched(grabber);
        }