Пример #1
0
 void BreakMagnet(Pickupable pickup)
 {
     AttrackedPickups.Remove(pickup);
     pickup.BreakMagnet();
 }