NoSugarNet/NoSugarNet.ClientCore.Standard2/Event/EEvent.cs
2024-10-18 16:47:32 +08:00

9 lines
146 B
C#

namespace NoSugarNet.ClientCore.Event
{
public enum EEvent
{
// 添加你自己需要的事件类型
OnChatMsg
}
}