Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
benpollarduk authored Nov 28, 2024
1 parent b3917bc commit 7385706
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Overworld
Rooms contain exits. Exits can be locked to block progress through the game.

```csharp
Room room = new("Test Room", "A test room.", [new(Direction.North)]);
Room room = new("Test Room", "A test room.", [new Exit(Direction.North)]);
```

### Items
Expand Down

0 comments on commit 7385706

Please sign in to comment.