14 lines
242 B
C#
14 lines
242 B
C#
namespace Application.Domain;
|
|
|
|
public static class GameChatEnum
|
|
{
|
|
public enum Code
|
|
{
|
|
Public,//公共
|
|
Group,//帮派
|
|
Team,//队伍
|
|
Region,//全区
|
|
Dress,//全服
|
|
System//系统
|
|
}
|
|
} |