Exemplo n.º 1
0
 public static void DestroyRingCatcher(this IRingCatcher damageable)
 {
     RingCatcherList.Remove(damageable.InstanceID);
 }
Exemplo n.º 2
0
 public static void InitializeRingCatcher(this IRingCatcher damageable)
 {
     RingCatcherList.Add(damageable.InstanceID, damageable);
 }