//------------------------------------------------------------------------------
// <auto-generated>
//     This code was auto-generated by ExcelExporter
//     version 2.0
//     from https://github.com/xuzhuoxi/ExcelExporter 
//
//     Changes to this file may cause incorrect behavior and will be lost if
//     the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------

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