This commit is contained in:
aozhiwei 2023-02-25 17:20:36 +08:00
parent 602f7e9001
commit 0ed8ec8d2f

View File

@ -9,6 +9,7 @@ namespace mt
struct WorldObject struct WorldObject
{ {
int object_uniid = 0;
int object_id = 0; int object_id = 0;
int object_type = 0; int object_type = 0;
glm::vec3 pos; glm::vec3 pos;