Skip to content

Commit 2109e06

Browse files
authored
Merge pull request #83 from AndrewL97/patch-1
Add group name to readme example
2 parents 9f21113 + 5073de4 commit 2109e06

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ public class Game
7575
// Create a world and a group of systems which will be controlled
7676
var world = World.Create();
7777
var _systems = new Group<float>(
78+
"Systems",
7879
new MovementSystem(world), // Run in order
7980
new MyOtherSystem(...),
8081
...

0 commit comments

Comments
 (0)