- //------------------------------------------------------------
- // Game Framework
- // Copyright © 2013-2021 loyalsoft. All rights reserved.
- // Homepage: http://www.game7000.com/
- // Feedback: http://www.game7000.com/
- //------------------------------------------------------------
- namespace GameFramework.Resource
- {
- /// <summary>
- /// 使用单机模式并初始化资源完成时的回调函数。
- /// </summary>
- public delegate void InitResourcesCompleteCallback();
- }
|