Add accessors for some entities GIDs

This commit is contained in:
Andrew nuark G 2020-12-15 22:51:35 +07:00
parent 76ac624519
commit 1ef4044479
4 changed files with 11 additions and 1 deletions

View file

@ -27,6 +27,7 @@ public:
void serialize(QDataStream &output);
void deserialize(QDataStream &input);
static void preloadGlobalId(entity_id gid);
static entity_id GID();
};
#endif // VESSEL_ENTITY_H