feat: add chat messages
This commit is contained in:
24
L2BotCore/Domain/Enums/ChatChannelEnum.h
Normal file
24
L2BotCore/Domain/Enums/ChatChannelEnum.h
Normal file
@@ -0,0 +1,24 @@
|
||||
#pragma once
|
||||
|
||||
#include <cstdint>
|
||||
|
||||
namespace L2Bot::Domain::Enums
|
||||
{
|
||||
enum class ChatChannelEnum : uint8_t
|
||||
{
|
||||
all,
|
||||
shout,
|
||||
tell,
|
||||
party,
|
||||
clan,
|
||||
gm,
|
||||
petitionPlayer,
|
||||
petitionGm,
|
||||
trade,
|
||||
alliance,
|
||||
announcement,
|
||||
partyroomCommander = 15,
|
||||
partyroomAll,
|
||||
heroVoice
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user