first
This commit is contained in:
9
TorchRemote.Models/Shared/ChatChannel.cs
Normal file
9
TorchRemote.Models/Shared/ChatChannel.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
namespace TorchRemote.Models.Shared;
|
||||
|
||||
public enum ChatChannel
|
||||
{
|
||||
Global,
|
||||
GlobalScripted,
|
||||
Faction,
|
||||
Private
|
||||
}
|
Reference in New Issue
Block a user