//------------------------------------------------------------------------------
// <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 ProtoReqIds
    {   
        /// <summary>
        /// 兑换
        /// </summary>
        public const string ProtoExchang = "p_ec";
        /// <summary>
        /// 多组兑换
        /// </summary>
        public const string ProtoExchangSome = "p_ecs";
        /// <summary>
        /// 打开礼包
        /// </summary>
        public const string ProtoOpenGiftbag = "p_ogb";
        /// <summary>
        /// 同时打开多种礼包
        /// </summary>
        public const string ProtoOpenGiftbagSome = "p_pgbs";
    }
}