public static void UnRegisterWall(Wall2D wall) { AllWalls.Remove(wall); }
public static void RegisterWall(Wall2D wall) { AllWalls.Add(wall); }