Esempio n. 1
0
 private static void AddCorridor(Point pos, Maze m)
 {
     m.AddCorridorAt(pos.X, pos.Y);
 }