123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449 |
- namespace pomelo.area
- {
-
-
- [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"GetGuildRecordRequest")]
- public partial class GetGuildRecordRequest : global::ProtoBuf.IExtensible
- {
- public GetGuildRecordRequest() {}
-
-
- private int _page = default(int);
-
-
-
-
- [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"page", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- [global::System.ComponentModel.DefaultValue(default(int))]
- public int page
- {
- get { return _page; }
- set { _page = 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=@"ImpeachGuildPresidentRequest")]
- public partial class ImpeachGuildPresidentRequest : global::ProtoBuf.IExtensible
- {
- public ImpeachGuildPresidentRequest() {}
-
- 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=@"GetGuildMoneyRequest")]
- public partial class GetGuildMoneyRequest : global::ProtoBuf.IExtensible
- {
- public GetGuildMoneyRequest() {}
-
- 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=@"RoleInfo")]
- public partial class RoleInfo : global::ProtoBuf.IExtensible
- {
- public RoleInfo() {}
-
-
- private int _pro = default(int);
- [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"pro", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- [global::System.ComponentModel.DefaultValue(default(int))]
- public int pro
- {
- get { return _pro; }
- set { _pro = value; }
- }
-
- private string _name = "";
- [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"name", DataFormat = global::ProtoBuf.DataFormat.Default)]
- [global::System.ComponentModel.DefaultValue("")]
- public string name
- {
- get { return _name; }
- set { _name = 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=@"RecordInfo")]
- public partial class RecordInfo : global::ProtoBuf.IExtensible
- {
- public RecordInfo() {}
-
-
- private pomelo.area.RoleInfo _role1 = null;
-
-
-
-
- [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"role1", DataFormat = global::ProtoBuf.DataFormat.Default)]
- [global::System.ComponentModel.DefaultValue(null)]
- public pomelo.area.RoleInfo role1
- {
- get { return _role1; }
- set { _role1 = value; }
- }
-
- private pomelo.area.RoleInfo _role2 = null;
-
-
-
-
- [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"role2", DataFormat = global::ProtoBuf.DataFormat.Default)]
- [global::System.ComponentModel.DefaultValue(null)]
- public pomelo.area.RoleInfo role2
- {
- get { return _role2; }
- set { _role2 = value; }
- }
-
- private int _resultNum = default(int);
-
-
-
-
- [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"resultNum", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- [global::System.ComponentModel.DefaultValue(default(int))]
- public int resultNum
- {
- get { return _resultNum; }
- set { _resultNum = value; }
- }
-
- private string _resultStr = "";
-
-
-
-
- [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"resultStr", DataFormat = global::ProtoBuf.DataFormat.Default)]
- [global::System.ComponentModel.DefaultValue("")]
- public string resultStr
- {
- get { return _resultStr; }
- set { _resultStr = value; }
- }
-
- private string _time = "";
-
-
-
-
- [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"time", DataFormat = global::ProtoBuf.DataFormat.Default)]
- [global::System.ComponentModel.DefaultValue("")]
- public string time
- {
- get { return _time; }
- set { _time = value; }
- }
-
- private int _recordType = default(int);
-
-
-
-
- [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"recordType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- [global::System.ComponentModel.DefaultValue(default(int))]
- public int recordType
- {
- get { return _recordType; }
- set { _recordType = value; }
- }
-
- private string _build = "";
-
-
-
-
- [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"build", DataFormat = global::ProtoBuf.DataFormat.Default)]
- [global::System.ComponentModel.DefaultValue("")]
- public string build
- {
- get { return _build; }
- set { _build = 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=@"GetGuildRecordResponse")]
- public partial class GetGuildRecordResponse : global::ProtoBuf.IExtensible
- {
- public GetGuildRecordResponse() {}
-
-
- 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 int _s2c_page = default(int);
- [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"s2c_page", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- [global::System.ComponentModel.DefaultValue(default(int))]
- public int s2c_page
- {
- get { return _s2c_page; }
- set { _s2c_page = value; }
- }
-
- private readonly global::System.Collections.Generic.List<pomelo.area.RecordInfo> _s2c_recordList = new global::System.Collections.Generic.List<pomelo.area.RecordInfo>();
- [global::ProtoBuf.ProtoMember(4, Name=@"s2c_recordList", DataFormat = global::ProtoBuf.DataFormat.Default)]
- public global::System.Collections.Generic.List<pomelo.area.RecordInfo> s2c_recordList
- {
- get { return _s2c_recordList; }
- }
-
- 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=@"ImpeachGuildPresidentResponse")]
- public partial class ImpeachGuildPresidentResponse : global::ProtoBuf.IExtensible
- {
- public ImpeachGuildPresidentResponse() {}
-
-
- 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 int _isNew = default(int);
-
-
-
-
- [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"isNew", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- [global::System.ComponentModel.DefaultValue(default(int))]
- public int isNew
- {
- get { return _isNew; }
- set { _isNew = 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=@"GetGuildMoneyResponse")]
- public partial class GetGuildMoneyResponse : global::ProtoBuf.IExtensible
- {
- public GetGuildMoneyResponse() {}
-
-
- 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 int _depositCount = default(int);
-
-
-
-
- [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"depositCount", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- [global::System.ComponentModel.DefaultValue(default(int))]
- public int depositCount
- {
- get { return _depositCount; }
- set { _depositCount = value; }
- }
-
- private int _depositCountMax = default(int);
- [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"depositCountMax", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- [global::System.ComponentModel.DefaultValue(default(int))]
- public int depositCountMax
- {
- get { return _depositCountMax; }
- set { _depositCountMax = 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=@"JoinGuildDungeonRequest")]
- public partial class JoinGuildDungeonRequest : global::ProtoBuf.IExtensible
- {
- public JoinGuildDungeonRequest() {}
-
-
- private int _c2s_type;
-
-
-
-
- [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"c2s_type", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- public int c2s_type
- {
- get { return _c2s_type; }
- set { _c2s_type = 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=@"JoinGuildDungeonResponse")]
- public partial class JoinGuildDungeonResponse : global::ProtoBuf.IExtensible
- {
- public JoinGuildDungeonResponse() {}
-
-
- 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 int _s2c_type = default(int);
-
-
-
-
- [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"s2c_type", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- [global::System.ComponentModel.DefaultValue(default(int))]
- public int s2c_type
- {
- get { return _s2c_type; }
- set { _s2c_type = 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=@"LeaveGuildDungeonRequest")]
- public partial class LeaveGuildDungeonRequest : global::ProtoBuf.IExtensible
- {
- public LeaveGuildDungeonRequest() {}
-
- 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=@"LeaveGuildDungeonResponse")]
- public partial class LeaveGuildDungeonResponse : global::ProtoBuf.IExtensible
- {
- public LeaveGuildDungeonResponse() {}
-
-
- 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); }
- }
-
-
- }
-
|