Пример #1
0
 public static void DestroyRingCatcher(this IRingCatcher damageable)
 {
     RingCatcherList.Remove(damageable.InstanceID);
 }
Пример #2
0
 public static void InitializeRingCatcher(this IRingCatcher damageable)
 {
     RingCatcherList.Add(damageable.InstanceID, damageable);
 }