BattleBit-Community-Server-API/BattleBitAPI/Common/Enums/ChatChannel.cs

10 lines
132 B
C#

namespace BattleBitAPI.Common
{
public enum ChatChannel
{
AllChat,
TeamChat,
SquadChat
}
}