hud events update

This commit is contained in:
MihailRis
2024-02-19 04:22:27 +03:00
parent cac963bd7b
commit 9d82e3416b
4 changed files with 16 additions and 2 deletions
+4
View File
@@ -70,6 +70,10 @@ public:
void deserialize(dynamic::Map *src) override;
static void convert(dynamic::Map* data, const ContentLUT* lut);
inline int getId() const {
return 1;
}
};
#endif /* SRC_OBJECTS_PLAYER_H_ */