//------------------------------------------------------------------------------ // // This code was generated by a tool. // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // //------------------------------------------------------------------------------ // *************************************************************************** // * 作者= 马章勇 // * 创建时间= 2016-6-14 // * 用途= 功能开放处理器 // *************************************************************************** // Generated from: functionOpenHandler.proto // Note: requires additional types generated from: common.proto // Note: requires additional types generated from: player.proto namespace pomelo.area { //--------------------------------------------------------------------------------------- [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"GetFunctionListRequest")] public partial class GetFunctionListRequest : global::ProtoBuf.IExtensible { public GetFunctionListRequest() {} 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=@"GetFunctionListResponse")] public partial class GetFunctionListResponse : global::ProtoBuf.IExtensible { public GetFunctionListResponse() {} 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_list = new global::System.Collections.Generic.List(); [global::ProtoBuf.ProtoMember(3, Name=@"s2c_list", DataFormat = global::ProtoBuf.DataFormat.Default)] public global::System.Collections.Generic.List s2c_list { get { return _s2c_list; } } 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=@"SetFunctionPlayedRequest")] public partial class SetFunctionPlayedRequest : global::ProtoBuf.IExtensible { public SetFunctionPlayedRequest() {} private int _functionId; /// /// openLv表格id字段 /// [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"functionId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int functionId { get { return _functionId; } set { _functionId = 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=@"SetFunctionPlayedResponse")] public partial class SetFunctionPlayedResponse : global::ProtoBuf.IExtensible { public SetFunctionPlayedResponse() {} 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=@"ReceiveFunctionAwardRequest")] public partial class ReceiveFunctionAwardRequest : global::ProtoBuf.IExtensible { public ReceiveFunctionAwardRequest() {} private int _guide_id; /// /// Guide表里的 功能ID /// [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"guide_id", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int guide_id { get { return _guide_id; } set { _guide_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=@"ReceiveFunctionAwardResponse")] public partial class ReceiveFunctionAwardResponse : global::ProtoBuf.IExtensible { public ReceiveFunctionAwardResponse() {} 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=@"FunctionOpenListPush")] public partial class FunctionOpenListPush : global::ProtoBuf.IExtensible { public FunctionOpenListPush() {} 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_list = new global::System.Collections.Generic.List(); [global::ProtoBuf.ProtoMember(3, Name=@"s2c_list", DataFormat = global::ProtoBuf.DataFormat.Default)] public global::System.Collections.Generic.List s2c_list { get { return _s2c_list; } } private int _s2c_isAll = default(int); /// /// 0:部分更新 1:所有列表 /// [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"s2c_isAll", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(default(int))] public int s2c_isAll { get { return _s2c_isAll; } set { _s2c_isAll = 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=@"FunctionAwardListPush")] public partial class FunctionAwardListPush : global::ProtoBuf.IExtensible { public FunctionAwardListPush() {} private readonly global::System.Collections.Generic.List _guideIds = new global::System.Collections.Generic.List(); /// /// 未领取的奖励-功能ID /// [global::ProtoBuf.ProtoMember(1, Name=@"guideIds", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public global::System.Collections.Generic.List guideIds { get { return _guideIds; } } private global::ProtoBuf.IExtension extensionObject; global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing) { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); } } }