新增FrameTimer模块,支持暂停、恢复、加速

This commit is contained in:
duanhf2012
2024-09-18 11:35:43 +08:00
parent 8e0ed62fca
commit 22fe00173b
3 changed files with 398 additions and 0 deletions

View File

@@ -18,6 +18,7 @@ const (
Sys_Event_Retire EventType = -11
Sys_Event_EtcdDiscovery EventType = -12
Sys_Event_Gin_Event EventType = -13
Sys_Event_FrameTick EventType = -14
Sys_Event_User_Define EventType = 1
)