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

17 lines
159 B
Lua
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

--控制器基类
--author--
---
--@type IController
IController = {
}
function IController.OnEnter(self)
end
function IController.OnExit(self)
end