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(); }
    Processed: 0.008, SQL: 9