Skip to content

Commit

Permalink
Update layout-generation-instructions.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mpewsey authored Jun 14, 2024
1 parent 87fdfb0 commit 462010d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/pages/layout-generation-instructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ public partial class ExampleGenerationPipelineRunner : Node
// At this point, you will probably want to do something with the layout...
//
// * You could save it to file using the JsonSerialization or XmlSerialization static classes.
// * You could use the ManiaMapManager and RoomTemplateGroupDatabase to instantiate the rooms in the layout.
// * You could use the RoomTemplateGroupDatabase to instantiate the rooms in the layout.
// * You could use it with the LayoutTileMap or LayoutTileMapBook nodes to generate maps.
//
// See the project samples for example implementations.
Expand Down

0 comments on commit 462010d

Please sign in to comment.