implement player id allocation (#90)

* implement player id allocation

* move `bevy/debug` to `dbg`
This commit is contained in:
PROMETHIA-27
2025-12-19 17:41:16 -05:00
committed by GitHub
parent a4488cc072
commit f6fa9ce1e4
6 changed files with 42 additions and 12 deletions

View File

@@ -74,6 +74,7 @@ pub fn plugin(app: &mut App) {
app.register_type::<TbMapIdCounter>();
app.register_type::<TbMapEntityMapping>();
app.init_resource::<PlayerIdCounter>();
app.init_resource::<PlayerIdMap>();
app.init_resource::<TbMapIdCounter>();
app.init_resource::<TbMapEntityMapping>();