Implement Sync Inventory

This commit is contained in:
amizing25
2024-05-09 22:14:27 +07:00
parent 1e8e6f04c3
commit 1e0cfa6f12
7 changed files with 281 additions and 24 deletions
+3 -3
View File
@@ -300,9 +300,9 @@ async fn load_scene(
};
let mut loaded_npc: Vec<u32> = vec![];
let mut prop_entity_id = 10;
let mut npc_entity_id = 10_000;
let mut monster_entity_id = 20_000;
let mut prop_entity_id = 1_000;
let mut npc_entity_id = 20_000;
let mut monster_entity_id = 30_000;
for (group_id, group) in &group_config.group_items {
let mut group_info = Dhkacjhaoid {