feat: add chat messages
This commit is contained in:
26
Client/Domain/Enums/ChatChannelEnum.cs
Normal file
26
Client/Domain/Enums/ChatChannelEnum.cs
Normal file
@@ -0,0 +1,26 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace Client.Domain.Enums
|
||||
{
|
||||
public enum ChatChannelEnum
|
||||
{
|
||||
All,
|
||||
Shout,
|
||||
Tell,
|
||||
Party,
|
||||
Clan,
|
||||
Gm,
|
||||
PetitionPlayer,
|
||||
PetitionGm,
|
||||
Trade,
|
||||
Alliance,
|
||||
Announcement,
|
||||
PartyroomCommander = 15,
|
||||
PartyroomAll,
|
||||
HeroVoice
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user