NoSugarNet/NoSugarNet.ClientCore.Standard2/Event/EEvent.cs

9 lines
159 B
C#
Raw Normal View History

2024-04-15 15:16:10 +08:00
namespace NoSugarNet.ClientCoreNet.Standard2.Event
{
public enum EEvent
{
// 添加你自己需要的事件类型
OnChatMsg
}
}