Ruyi_client_new/lua_probject/base_project/Game/Controller/IController.lua

17 lines
159 B
Lua
Raw Permalink Normal View History

2025-11-30 04:31:55 +08:00
--控制器基类
--author--
---
--@type IController
IController = {
}
function IController.OnEnter(self)
end
function IController.OnExit(self)
end