whitespace

This commit is contained in:
Aronwk 2025-05-19 00:00:49 -05:00
parent 74601c6887
commit 49dab14911

View File

@ -5,7 +5,6 @@
enum class eChatMode : uint8_t {
RESTRICTED = 0,
UNRESTRICTED = 1
};
#endif //!__ECHATMODE__H__