Ejemplo n.º 1
0
 public static void UnRegisterWall(Wall2D wall)
 {
     AllWalls.Remove(wall);
 }
Ejemplo n.º 2
0
 public static void RegisterWall(Wall2D wall)
 {
     AllWalls.Add(wall);
 }