Exemplo n.º 1
0
 public static void Deregister(Destructable Destructable)
 {
     singleton.Destructables.Remove(Destructable);
 }
Exemplo n.º 2
0
 public static void Register(Destructable Destructable)
 {
     Singleton.Destructables.Add(Destructable);
 }