namespace JLGames.RocketDriver.Samples.ServiceDemo.Cfg.CfgConst
{
    public static class ConstMaterialType
    {   
        /// <summary>
        /// 货币
        /// </summary>
        public const int Resource = 1;
        /// <summary>
        /// 道具
        /// </summary>
        public const int Item = 2;
    }
}