예제 #1
0
 public static void UnRegisterWall(Wall2D wall)
 {
     AllWalls.Remove(wall);
 }
예제 #2
0
 public static void RegisterWall(Wall2D wall)
 {
     AllWalls.Add(wall);
 }