//------------------------------------------------------------
// Game Framework
// Copyright © 2013-2021 loyalsoft. All rights reserved.
// Homepage: http://www.game7000.com/
// Feedback: http://www.game7000.com/
//------------------------------------------------------------
namespace GameFramework.Resource
{
///
/// 资源相关常量。
///
internal static class Constant
{
///
/// 默认资源加载优先级。
///
internal const int DefaultPriority = 0;
}
}