//------------------------------------------------------------------------------
// <auto-generated>
//     This code was generated by a tool.
//
//     Changes to this file may cause incorrect behavior and will be lost if
//     the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------

// ***************************************************************************
// * 作者: 詹斗池
// * 创建时间: 2020.9.17
// * 用途: 神器-神兵-符文系统
// * 维护成员: 詹斗池 
// ****************************************************************************/

// Generated from: runeHandler.proto
namespace pomelo.area
{
  
  //---------------------------------------------------------------------------------------
  /// <summary>
  /// 请求475:符文吸收  响应:EquipSuckRuneResponse
  /// </summary>
  
  [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"RuneSuckRequest")]
  public partial class RuneSuckRequest : global::ProtoBuf.IExtensible
  {
    public RuneSuckRequest() {}
    
    
    private bool _c2s_is_euqip_in_bag;
    /// <summary>
    /// 神器是否在背包
    /// </summary>
    
    [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"c2s_is_euqip_in_bag", DataFormat = global::ProtoBuf.DataFormat.Default)]
    public bool c2s_is_euqip_in_bag
    {
      get { return _c2s_is_euqip_in_bag; }
      set { _c2s_is_euqip_in_bag = value; }
    }
    
    private int _c2s_euqip_pos;
    /// <summary>
    /// GridIndex(已装备,是装备格子,在背包,是背包格子)
    /// </summary>
    
    [global::ProtoBuf.ProtoMember(2, IsRequired = true, Name=@"c2s_euqip_pos", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
    public int c2s_euqip_pos
    {
      get { return _c2s_euqip_pos; }
      set { _c2s_euqip_pos = value; }
    }
    
    private int _c2s_jin_rune_pos = default(int);
    /// <summary>
    /// 金-符文在背包里面的格子
    /// </summary>
    
    [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"c2s_jin_rune_pos", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
    [global::System.ComponentModel.DefaultValue(default(int))]
    public int c2s_jin_rune_pos
    {
      get { return _c2s_jin_rune_pos; }
      set { _c2s_jin_rune_pos = value; }
    }
    
    private int _c2s_mu_rune_pos = default(int);
    /// <summary>
    /// 木-符文在背包里面的格子
    /// </summary>
    
    [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"c2s_mu_rune_pos", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
    [global::System.ComponentModel.DefaultValue(default(int))]
    public int c2s_mu_rune_pos
    {
      get { return _c2s_mu_rune_pos; }
      set { _c2s_mu_rune_pos = value; }
    }
    
    private int _c2s_shui_rune_pos = default(int);
    /// <summary>
    /// 水-符文在背包里面的格子
    /// </summary>
    
    [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"c2s_shui_rune_pos", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
    [global::System.ComponentModel.DefaultValue(default(int))]
    public int c2s_shui_rune_pos
    {
      get { return _c2s_shui_rune_pos; }
      set { _c2s_shui_rune_pos = value; }
    }
    
    private int _c2s_huo_rune_pos = default(int);
    /// <summary>
    /// 火-符文在背包里面的格子
    /// </summary>
    
    [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"c2s_huo_rune_pos", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
    [global::System.ComponentModel.DefaultValue(default(int))]
    public int c2s_huo_rune_pos
    {
      get { return _c2s_huo_rune_pos; }
      set { _c2s_huo_rune_pos = value; }
    }
    
    private int _c2s_tu_rune_pos = default(int);
    /// <summary>
    /// 土-符文在背包里面的格子
    /// </summary>
    
    [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"c2s_tu_rune_pos", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
    [global::System.ComponentModel.DefaultValue(default(int))]
    public int c2s_tu_rune_pos
    {
      get { return _c2s_tu_rune_pos; }
      set { _c2s_tu_rune_pos = value; }
    }
    private global::ProtoBuf.IExtension extensionObject;
    global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
      { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
  }
  
  
  //---------------------------------------------------------------------------------------
  /// <summary>
  /// 响应:符文吸收
  /// </summary>
  
  [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"RuneSuckResponse")]
  public partial class RuneSuckResponse : global::ProtoBuf.IExtensible
  {
    public RuneSuckResponse() {}
    
    
    private int _s2c_code;
    [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"s2c_code", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
    public int s2c_code
    {
      get { return _s2c_code; }
      set { _s2c_code = value; }
    }
    
    private string _s2c_msg = "";
    [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"s2c_msg", DataFormat = global::ProtoBuf.DataFormat.Default)]
    [global::System.ComponentModel.DefaultValue("")]
    public string s2c_msg
    {
      get { return _s2c_msg; }
      set { _s2c_msg = value; }
    }
    private global::ProtoBuf.IExtension extensionObject;
    global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
      { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
  }
  
  
  //---------------------------------------------------------------------------------------
  /// <summary>
  /// 请求476:符文合成  响应:RuneUpgradeResponse
  /// </summary>
  
  [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"RuneUpgradeRequest")]
  public partial class RuneUpgradeRequest : global::ProtoBuf.IExtensible
  {
    public RuneUpgradeRequest() {}
    
    
    private readonly global::System.Collections.Generic.List<int> _c2s_rune_pos = new global::System.Collections.Generic.List<int>();
    /// <summary>
    /// 符文在背包里面的格子
    /// </summary>
    
    [global::ProtoBuf.ProtoMember(1, Name=@"c2s_rune_pos", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
    public global::System.Collections.Generic.List<int> c2s_rune_pos
    {
      get { return _c2s_rune_pos; }
    }
  
    private global::ProtoBuf.IExtension extensionObject;
    global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
      { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
  }
  
  
  //---------------------------------------------------------------------------------------
  /// <summary>
  /// 响应:符文合成
  /// </summary>
  
  [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"RuneUpgradeResponse")]
  public partial class RuneUpgradeResponse : global::ProtoBuf.IExtensible
  {
    public RuneUpgradeResponse() {}
    
    
    private int _s2c_code;
    [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"s2c_code", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
    public int s2c_code
    {
      get { return _s2c_code; }
      set { _s2c_code = value; }
    }
    
    private string _s2c_msg = "";
    [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"s2c_msg", DataFormat = global::ProtoBuf.DataFormat.Default)]
    [global::System.ComponentModel.DefaultValue("")]
    public string s2c_msg
    {
      get { return _s2c_msg; }
      set { _s2c_msg = value; }
    }
    private global::ProtoBuf.IExtension extensionObject;
    global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
      { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
  }
  
  
}