mirror of
https://github.com/MrOkiDoki/BattleBit-Community-Server-API.git
synced 2025-01-10 11:47:29 -03:00
9 lines
138 B
C#
9 lines
138 B
C#
namespace BattleBitAPI.Common.Enums
|
|
{
|
|
public enum ChatChannel
|
|
{
|
|
AllChat,
|
|
TeamChat,
|
|
SquadChat
|
|
}
|
|
}
|