mirror of
https://github.com/SoDOff-Project/sodoff.git
synced 2025-10-11 08:18:49 -07:00
8 lines
85 B
C#
8 lines
85 B
C#
namespace sodoff.Schema;
|
|
|
|
public enum MessageLevel
|
|
{
|
|
Canned = 1,
|
|
WhiteList
|
|
}
|