mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2025-08-09 20:24:16 +00:00
fixes
This commit is contained in:
11
dCommon/dEnums/eChatMode.h
Normal file
11
dCommon/dEnums/eChatMode.h
Normal file
@@ -0,0 +1,11 @@
|
||||
#ifndef __ECHATMODE__H__
|
||||
#define __ECHATMODE__H__
|
||||
#include <cstdint>
|
||||
|
||||
enum class eChatMode : uint8_t {
|
||||
RESTRICTED = 0,
|
||||
UNRESTRICTED = 1
|
||||
|
||||
};
|
||||
|
||||
#endif //!__ECHATMODE__H__
|
Reference in New Issue
Block a user