jong/docs/queries.rs

7 lines
152 B
Rust
Raw Normal View History

2026-02-15 09:09:04 -08:00
commands: Commands
tiles: Query<(&Tile, &TileId, Entity)>,
player: Option<Single<&mut player::Player>>,
hand_ent: Option<Single<Entity, With<Hand>>>,