예제 #1
0
 void IGrabSystem.MoveGrab(IGrabber grabber, IGrabbable grabbable)
 {
     grabbable.Move(grabber);
 }