We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9f21113 + 5073de4 commit 2109e06Copy full SHA for 2109e06
1 file changed
README.md
@@ -75,6 +75,7 @@ public class Game
75
// Create a world and a group of systems which will be controlled
76
var world = World.Create();
77
var _systems = new Group<float>(
78
+ "Systems",
79
new MovementSystem(world), // Run in order
80
new MyOtherSystem(...),
81
...
0 commit comments