EventsDebugEnable

This commit is contained in:
xzb 2023-09-01 09:21:22 +08:00
parent 5ca27fb4a1
commit faba2268cf

View File

@ -25,9 +25,9 @@ type (
ManageEventFunc func()
)
func init() {
//开启事件处理调试
events.Debug = false
// 开启底层事件处理调试
func EventsDebugEnable() {
events.Debug = true
}
// 创建事件类型的实例