首页
技术
登录
6mi
u
盘
搜
搜 索
技术
IMgr
IMgr
技术
2024-12-25
13
//==========================
// - FileName: IBaseManager.cs
// - Created: true.
// - CreateTime: 2020/07/02 18:00:58
// - Email: 1670328571@qq.com
// - Region: China WUHAN
// - Description:
//==========================
using
System
.
Collections
;
using
System
.
Collections
.
Generic
;
using
UnityEngine
;
public
interface
IBaseManager
{
void
OnInit
(
)
;
void
OnUpdate
(
)
;
void
OnDestroy
(
)
;
}
转载请注明原文地址:https://ipadbbs.8miu.com/read-53916.html
最新回复
(
0
)