Ejemplo n.º 1
0
 public static void DeregisterUpdatable(IShapeUpdatable updatable) => _updatables.RemoveAll(candidate => candidate == updatable);
Ejemplo n.º 2
0
 public static void RegisterUpdatable(IShapeUpdatable updatable) => _updatables.Add(updatable);