Skip to content

Commit 03b19eb

Browse files
authored
derive resource for GameState
1 parent de2a3ef commit 03b19eb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scenarios/README.md

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ All scenarios assume you've followed the setup steps below and that you are usin
1515
```rust
1616
use rusty_engine::prelude::*;
1717

18+
#[derive(Resource)]
1819
struct GameState {}
1920

2021
fn main() {

0 commit comments

Comments
 (0)