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