//------------------------------------------------------------------------------
//
// This code was generated by a tool.
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
//
//------------------------------------------------------------------------------
// **************************************************************************
// * 作者: 曾振东
// * 创建时间: 2019-7-11
// * 用途: 神器开启功能协议
// ***************************************************************************
// Generated from: openArtifactHandler.proto
// Note: requires additional types generated from: common.proto
namespace pomelo.openArtifact
{
//---------------------------------------------------------------------------------------
///
/// 获取封魔录进度信息 请求
///
[global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"GetOpenArtifactInfosRequest")]
public partial class GetOpenArtifactInfosRequest : global::ProtoBuf.IExtensible
{
public GetOpenArtifactInfosRequest() {}
private global::ProtoBuf.IExtension extensionObject;
global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
{ return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
}
//---------------------------------------------------------------------------------------
///
/// 获取封魔录进度信息 返回
///
[global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"GetOpenArtifactInfosResponse")]
public partial class GetOpenArtifactInfosResponse : global::ProtoBuf.IExtensible
{
public GetOpenArtifactInfosResponse() {}
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 readonly global::System.Collections.Generic.List _s2c_openArtifactInfos = new global::System.Collections.Generic.List();
///
/// 进度list
///
[global::ProtoBuf.ProtoMember(3, Name=@"s2c_openArtifactInfos", DataFormat = global::ProtoBuf.DataFormat.Default)]
public global::System.Collections.Generic.List s2c_openArtifactInfos
{
get { return _s2c_openArtifactInfos; }
}
private readonly global::System.Collections.Generic.List _s2c_hideInfos = new global::System.Collections.Generic.List();
///
/// 已赦令list(任务编号list)
///
[global::ProtoBuf.ProtoMember(4, Name=@"s2c_hideInfos", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
public global::System.Collections.Generic.List s2c_hideInfos
{
get { return _s2c_hideInfos; }
}
private int _task_class;
///
/// 第几组任务
///
[global::ProtoBuf.ProtoMember(5, IsRequired = true, Name=@"task_class", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
public int task_class
{
get { return _task_class; }
set { _task_class = value; }
}
private global::ProtoBuf.IExtension extensionObject;
global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
{ return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
}
//---------------------------------------------------------------------------------------
///
/// 赦令 请求
///
[global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"OpenArtifactHideRequest")]
public partial class OpenArtifactHideRequest : global::ProtoBuf.IExtensible
{
public OpenArtifactHideRequest() {}
private int _id;
///
/// 任务编号
///
[global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"id", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
public int id
{
get { return _id; }
set { _id = value; }
}
private global::ProtoBuf.IExtension extensionObject;
global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
{ return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
}
//---------------------------------------------------------------------------------------
///
/// 赦令 返回
///
[global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"OpenArtifactHideResponse")]
public partial class OpenArtifactHideResponse : global::ProtoBuf.IExtensible
{
public OpenArtifactHideResponse() {}
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); }
}
//---------------------------------------------------------------------------------------
///
/// 解封神器 请求
///
[global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"OpenArtifactRequest")]
public partial class OpenArtifactRequest : global::ProtoBuf.IExtensible
{
public OpenArtifactRequest() {}
private global::ProtoBuf.IExtension extensionObject;
global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
{ return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
}
//---------------------------------------------------------------------------------------
///
/// 解封神器 返回
///
[global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"OpenArtifactResponse")]
public partial class OpenArtifactResponse : global::ProtoBuf.IExtensible
{
public OpenArtifactResponse() {}
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); }
}
//---------------------------------------------------------------------------------------
///
/// 神器功能是否开启推送
///
[global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"IsOpenArtifactPush")]
public partial class IsOpenArtifactPush : global::ProtoBuf.IExtensible
{
public IsOpenArtifactPush() {}
private bool _s2c_isOpen;
///
/// 是否开启神器(false:不开启)
///
[global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"s2c_isOpen", DataFormat = global::ProtoBuf.DataFormat.Default)]
public bool s2c_isOpen
{
get { return _s2c_isOpen; }
set { _s2c_isOpen = value; }
}
private global::ProtoBuf.IExtension extensionObject;
global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
{ return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
}
}