NoSugarNet/NoSugarNet.ClientCore/Event/EEvent.cs

9 lines
146 B
C#
Raw Normal View History

2024-01-19 21:35:33 +08:00
namespace NoSugarNet.ClientCore.Event
{
public enum EEvent
{
// 添加你自己需要的事件类型
OnChatMsg
}
}