예제 #1
0
 public void RemovePart(Physical part)
 {
     parts.Remove(part);
     part.SetAttachedTo(null);
 }