it compiles

This commit is contained in:
Aaron Kimbre
2024-03-21 19:08:06 -05:00
parent 5d85b9ec2d
commit 93d0186a25
6 changed files with 12 additions and 16 deletions

View File

@@ -74,6 +74,7 @@ enum class eChatMessageType :uint32_t {
HEARTBEAT_REQUEST_FROM_WORLD,
UPDATE_FREE_TRIAL_STATUS,
// CUSTOM DLU MESSAGE ID FOR INTERNAL USE
CREATE_TEAM,
};
#endif //!__ECHATMESSAGETYPE__H__