implement player id allocation (#90)
* implement player id allocation * move `bevy/debug` to `dbg`
This commit is contained in:
@@ -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>();
|
||||
|
||||
Reference in New Issue
Block a user