コード例 #1
0
 private void Room(Cell startCell)
 {
     //creates the room over the path.
 }
コード例 #2
0
 private void Path(Cell startCell, string direction, int length)
 {
     //creates the path the player will walk.
 }