We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de2a3ef commit 03b19ebCopy full SHA for 03b19eb
scenarios/README.md
@@ -15,6 +15,7 @@ All scenarios assume you've followed the setup steps below and that you are usin
15
```rust
16
use rusty_engine::prelude::*;
17
18
+#[derive(Resource)]
19
struct GameState {}
20
21
fn main() {
0 commit comments