Exemplo n.º 1
0
        void IGrabSystem.Touched(IGrabber grabber, IGrabbable grabbable)
        {
            _repository.Add(grabbable);

            grabbable.Touched(grabber);
        }