feat(Core/EnumUtils): add more enum for support chat command (#8828)

This commit is contained in:
Kargatum
2021-11-03 16:50:11 +07:00
committed by GitHub
parent 34d32f689a
commit aa7932e971
18 changed files with 3455 additions and 80 deletions

View File

@@ -29,7 +29,8 @@ class Player;
#define CHANNEL_BAN_DURATION DAY*60
enum ChatNotify
// EnumUtils: DESCRIBE THIS
enum ChatNotify : uint8
{
CHAT_JOINED_NOTICE = 0x00, //+ "%s joined channel.";
CHAT_LEFT_NOTICE = 0x01, //+ "%s left channel.";