//------------------------------------------------------------------------------ // // This code was generated by a tool. // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // //------------------------------------------------------------------------------ // Option: missing-value detection (*Specified/ShouldSerialize*/Reset*) enabled // Generated from: Proto/server_msg.proto namespace com.wing.proto { [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"account_position_info")] public partial class account_position_info : global::ProtoBuf.IExtensible { public account_position_info() {} private string _lng; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"lng", DataFormat = global::ProtoBuf.DataFormat.Default)] public string lng { get { return _lng?? ""; } set { _lng = value; } } [global::System.Xml.Serialization.XmlIgnore] [global::System.ComponentModel.Browsable(false)] public bool lngSpecified { get { return this._lng != null; } set { if (value == (this._lng== null)) this._lng = value ? this.lng : (string)null; } } private bool ShouldSerializelng() { return lngSpecified; } private void Resetlng() { lngSpecified = false; } private string _lat; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"lat", DataFormat = global::ProtoBuf.DataFormat.Default)] public string lat { get { return _lat?? ""; } set { _lat = value; } } [global::System.Xml.Serialization.XmlIgnore] [global::System.ComponentModel.Browsable(false)] public bool latSpecified { get { return this._lat != null; } set { if (value == (this._lat== null)) this._lat = value ? this.lat : (string)null; } } private bool ShouldSerializelat() { return latSpecified; } private void Resetlat() { latSpecified = false; } private string _ip; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"ip", DataFormat = global::ProtoBuf.DataFormat.Default)] public string ip { get { return _ip?? ""; } set { _ip = value; } } [global::System.Xml.Serialization.XmlIgnore] [global::System.ComponentModel.Browsable(false)] public bool ipSpecified { get { return this._ip != null; } set { if (value == (this._ip== null)) this._ip = value ? this.ip : (string)null; } } private bool ShouldSerializeip() { return ipSpecified; } private void Resetip() { ipSpecified = false; } private bool? _gps_ignore; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"gps_ignore", DataFormat = global::ProtoBuf.DataFormat.Default)] public bool gps_ignore { get { return _gps_ignore?? default(bool); } set { _gps_ignore = value; } } [global::System.Xml.Serialization.XmlIgnore] [global::System.ComponentModel.Browsable(false)] public bool gps_ignoreSpecified { get { return this._gps_ignore != null; } set { if (value == (this._gps_ignore== null)) this._gps_ignore = value ? this.gps_ignore : (bool?)null; } } private bool ShouldSerializegps_ignore() { return gps_ignoreSpecified; } private void Resetgps_ignore() { gps_ignoreSpecified = false; } 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=@"item_info")] public partial class item_info : global::ProtoBuf.IExtensible { public item_info() {} private long? _id; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"id", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public long id { get { return _id?? default(long); } set { _id = value; } } [global::System.Xml.Serialization.XmlIgnore] [global::System.ComponentModel.Browsable(false)] public bool idSpecified { get { return this._id != null; } set { if (value == (this._id== null)) this._id = value ? this.id : (long?)null; } } private bool ShouldSerializeid() { return idSpecified; } private void Resetid() { idSpecified = false; } private long? _count; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"count", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public long count { get { return _count?? default(long); } set { _count = value; } } [global::System.Xml.Serialization.XmlIgnore] [global::System.ComponentModel.Browsable(false)] public bool countSpecified { get { return this._count != null; } set { if (value == (this._count== null)) this._count = value ? this.count : (long?)null; } } private bool ShouldSerializecount() { return countSpecified; } private void Resetcount() { countSpecified = false; } private string _source; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"source", DataFormat = global::ProtoBuf.DataFormat.Default)] public string source { get { return _source?? ""; } set { _source = value; } } [global::System.Xml.Serialization.XmlIgnore] [global::System.ComponentModel.Browsable(false)] public bool sourceSpecified { get { return this._source != null; } set { if (value == (this._source== null)) this._source = value ? this.source : (string)null; } } private bool ShouldSerializesource() { return sourceSpecified; } private void Resetsource() { sourceSpecified = false; } private long? _duration_days; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"duration_days", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public long duration_days { get { return _duration_days?? default(long); } set { _duration_days = value; } } [global::System.Xml.Serialization.XmlIgnore] [global::System.ComponentModel.Browsable(false)] public bool duration_daysSpecified { get { return this._duration_days != null; } set { if (value == (this._duration_days== null)) this._duration_days = value ? this.duration_days : (long?)null; } } private bool ShouldSerializeduration_days() { return duration_daysSpecified; } private void Resetduration_days() { duration_daysSpecified = false; } 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=@"account_item_info")] public partial class account_item_info : global::ProtoBuf.IExtensible { public account_item_info() {} private long? _account; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"account", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public long account { get { return _account?? default(long); } set { _account = value; } } [global::System.Xml.Serialization.XmlIgnore] [global::System.ComponentModel.Browsable(false)] public bool accountSpecified { get { return this._account != null; } set { if (value == (this._account== null)) this._account = value ? this.account : (long?)null; } } private bool ShouldSerializeaccount() { return accountSpecified; } private void Resetaccount() { accountSpecified = false; } private long? _item_id; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"item_id", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public long item_id { get { return _item_id?? default(long); } set { _item_id = value; } } [global::System.Xml.Serialization.XmlIgnore] [global::System.ComponentModel.Browsable(false)] public bool item_idSpecified { get { return this._item_id != null; } set { if (value == (this._item_id== null)) this._item_id = value ? this.item_id : (long?)null; } } private bool ShouldSerializeitem_id() { return item_idSpecified; } private void Resetitem_id() { item_idSpecified = false; } private long? _item_count; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"item_count", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public long item_count { get { return _item_count?? default(long); } set { _item_count = value; } } [global::System.Xml.Serialization.XmlIgnore] [global::System.ComponentModel.Browsable(false)] public bool item_countSpecified { get { return this._item_count != null; } set { if (value == (this._item_count== null)) this._item_count = value ? this.item_count : (long?)null; } } private bool ShouldSerializeitem_count() { return item_countSpecified; } private void Resetitem_count() { item_countSpecified = false; } private string _mail_json; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"mail_json", DataFormat = global::ProtoBuf.DataFormat.Default)] public string mail_json { get { return _mail_json?? ""; } set { _mail_json = value; } } [global::System.Xml.Serialization.XmlIgnore] [global::System.ComponentModel.Browsable(false)] public bool mail_jsonSpecified { get { return this._mail_json != null; } set { if (value == (this._mail_json== null)) this._mail_json = value ? this.mail_json : (string)null; } } private bool ShouldSerializemail_json() { return mail_jsonSpecified; } private void Resetmail_json() { mail_jsonSpecified = false; } 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=@"account_item_infos")] public partial class account_item_infos : global::ProtoBuf.IExtensible { public account_item_infos() {} private long? _account; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"account", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public long account { get { return _account?? default(long); } set { _account = value; } } [global::System.Xml.Serialization.XmlIgnore] [global::System.ComponentModel.Browsable(false)] public bool accountSpecified { get { return this._account != null; } set { if (value == (this._account== null)) this._account = value ? this.account : (long?)null; } } private bool ShouldSerializeaccount() { return accountSpecified; } private void Resetaccount() { accountSpecified = false; } private readonly global::System.Collections.Generic.List _items = new global::System.Collections.Generic.List(); [global::ProtoBuf.ProtoMember(2, Name=@"items", DataFormat = global::ProtoBuf.DataFormat.Default)] public global::System.Collections.Generic.List items { get { return _items; } } 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=@"server_node_register_info")] public partial class server_node_register_info : global::ProtoBuf.IExtensible { public server_node_register_info() {} private long? _id; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"id", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public long id { get { return _id?? default(long); } set { _id = value; } } [global::System.Xml.Serialization.XmlIgnore] [global::System.ComponentModel.Browsable(false)] public bool idSpecified { get { return this._id != null; } set { if (value == (this._id== null)) this._id = value ? this.id : (long?)null; } } private bool ShouldSerializeid() { return idSpecified; } private void Resetid() { idSpecified = false; } private long? _type; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"type", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public long type { get { return _type?? default(long); } set { _type = value; } } [global::System.Xml.Serialization.XmlIgnore] [global::System.ComponentModel.Browsable(false)] public bool typeSpecified { get { return this._type != null; } set { if (value == (this._type== null)) this._type = value ? this.type : (long?)null; } } private bool ShouldSerializetype() { return typeSpecified; } private void Resettype() { typeSpecified = false; } private string _client_ip; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"client_ip", DataFormat = global::ProtoBuf.DataFormat.Default)] public string client_ip { get { return _client_ip?? ""; } set { _client_ip = value; } } [global::System.Xml.Serialization.XmlIgnore] [global::System.ComponentModel.Browsable(false)] public bool client_ipSpecified { get { return this._client_ip != null; } set { if (value == (this._client_ip== null)) this._client_ip = value ? this.client_ip : (string)null; } } private bool ShouldSerializeclient_ip() { return client_ipSpecified; } private void Resetclient_ip() { client_ipSpecified = false; } private int? _client_port; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"client_port", DataFormat = global::ProtoBuf.DataFormat.FixedSize)] public int client_port { get { return _client_port?? default(int); } set { _client_port = value; } } [global::System.Xml.Serialization.XmlIgnore] [global::System.ComponentModel.Browsable(false)] public bool client_portSpecified { get { return this._client_port != null; } set { if (value == (this._client_port== null)) this._client_port = value ? this.client_port : (int?)null; } } private bool ShouldSerializeclient_port() { return client_portSpecified; } private void Resetclient_port() { client_portSpecified = false; } private string _server_ip; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"server_ip", DataFormat = global::ProtoBuf.DataFormat.Default)] public string server_ip { get { return _server_ip?? ""; } set { _server_ip = value; } } [global::System.Xml.Serialization.XmlIgnore] [global::System.ComponentModel.Browsable(false)] public bool server_ipSpecified { get { return this._server_ip != null; } set { if (value == (this._server_ip== null)) this._server_ip = value ? this.server_ip : (string)null; } } private bool ShouldSerializeserver_ip() { return server_ipSpecified; } private void Resetserver_ip() { server_ipSpecified = false; } private int? _server_port; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"server_port", DataFormat = global::ProtoBuf.DataFormat.FixedSize)] public int server_port { get { return _server_port?? default(int); } set { _server_port = value; } } [global::System.Xml.Serialization.XmlIgnore] [global::System.ComponentModel.Browsable(false)] public bool server_portSpecified { get { return this._server_port != null; } set { if (value == (this._server_port== null)) this._server_port = value ? this.server_port : (int?)null; } } private bool ShouldSerializeserver_port() { return server_portSpecified; } private void Resetserver_port() { server_portSpecified = false; } private int? _count; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"count", DataFormat = global::ProtoBuf.DataFormat.FixedSize)] public int count { get { return _count?? default(int); } set { _count = value; } } [global::System.Xml.Serialization.XmlIgnore] [global::System.ComponentModel.Browsable(false)] public bool countSpecified { get { return this._count != null; } set { if (value == (this._count== null)) this._count = value ? this.count : (int?)null; } } private bool ShouldSerializecount() { return countSpecified; } private void Resetcount() { countSpecified = false; } private long? _area; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"area", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public long area { get { return _area?? default(long); } set { _area = value; } } [global::System.Xml.Serialization.XmlIgnore] [global::System.ComponentModel.Browsable(false)] public bool areaSpecified { get { return this._area != null; } set { if (value == (this._area== null)) this._area = value ? this.area : (long?)null; } } private bool ShouldSerializearea() { return areaSpecified; } private void Resetarea() { areaSpecified = false; } private long? _type_id; [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"type_id", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public long type_id { get { return _type_id?? default(long); } set { _type_id = value; } } [global::System.Xml.Serialization.XmlIgnore] [global::System.ComponentModel.Browsable(false)] public bool type_idSpecified { get { return this._type_id != null; } set { if (value == (this._type_id== null)) this._type_id = value ? this.type_id : (long?)null; } } private bool ShouldSerializetype_id() { return type_idSpecified; } private void Resettype_id() { type_idSpecified = false; } private long? _web_port; [global::ProtoBuf.ProtoMember(10, IsRequired = false, Name=@"web_port", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public long web_port { get { return _web_port?? default(long); } set { _web_port = value; } } [global::System.Xml.Serialization.XmlIgnore] [global::System.ComponentModel.Browsable(false)] public bool web_portSpecified { get { return this._web_port != null; } set { if (value == (this._web_port== null)) this._web_port = value ? this.web_port : (long?)null; } } private bool ShouldSerializeweb_port() { return web_portSpecified; } private void Resetweb_port() { web_portSpecified = false; } 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=@"server_node_register_notify")] public partial class server_node_register_notify : global::ProtoBuf.IExtensible { public server_node_register_notify() {} private long? _id; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"id", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public long id { get { return _id?? default(long); } set { _id = value; } } [global::System.Xml.Serialization.XmlIgnore] [global::System.ComponentModel.Browsable(false)] public bool idSpecified { get { return this._id != null; } set { if (value == (this._id== null)) this._id = value ? this.id : (long?)null; } } private bool ShouldSerializeid() { return idSpecified; } private void Resetid() { idSpecified = false; } private long? _type_id; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"type_id", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public long type_id { get { return _type_id?? default(long); } set { _type_id = value; } } [global::System.Xml.Serialization.XmlIgnore] [global::System.ComponentModel.Browsable(false)] public bool type_idSpecified { get { return this._type_id != null; } set { if (value == (this._type_id== null)) this._type_id = value ? this.type_id : (long?)null; } } private bool ShouldSerializetype_id() { return type_idSpecified; } private void Resettype_id() { type_idSpecified = false; } private readonly global::System.Collections.Generic.List _servers = new global::System.Collections.Generic.List(); [global::ProtoBuf.ProtoMember(3, Name=@"servers", DataFormat = global::ProtoBuf.DataFormat.Default)] public global::System.Collections.Generic.List servers { get { return _servers; } } 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=@"server_node_unregister_notify")] public partial class server_node_unregister_notify : global::ProtoBuf.IExtensible { public server_node_unregister_notify() {} private long? _id; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"id", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public long id { get { return _id?? default(long); } set { _id = value; } } [global::System.Xml.Serialization.XmlIgnore] [global::System.ComponentModel.Browsable(false)] public bool idSpecified { get { return this._id != null; } set { if (value == (this._id== null)) this._id = value ? this.id : (long?)null; } } private bool ShouldSerializeid() { return idSpecified; } private void Resetid() { idSpecified = false; } 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=@"server_node_info")] public partial class server_node_info : global::ProtoBuf.IExtensible { public server_node_info() {} private long? _id; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"id", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public long id { get { return _id?? default(long); } set { _id = value; } } [global::System.Xml.Serialization.XmlIgnore] [global::System.ComponentModel.Browsable(false)] public bool idSpecified { get { return this._id != null; } set { if (value == (this._id== null)) this._id = value ? this.id : (long?)null; } } private bool ShouldSerializeid() { return idSpecified; } private void Resetid() { idSpecified = false; } 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=@"room_overload_info")] public partial class room_overload_info : global::ProtoBuf.IExtensible { public room_overload_info() {} private int? _room_type; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"room_type", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int room_type { get { return _room_type?? default(int); } set { _room_type = value; } } [global::System.Xml.Serialization.XmlIgnore] [global::System.ComponentModel.Browsable(false)] public bool room_typeSpecified { get { return this._room_type != null; } set { if (value == (this._room_type== null)) this._room_type = value ? this.room_type : (int?)null; } } private bool ShouldSerializeroom_type() { return room_typeSpecified; } private void Resetroom_type() { room_typeSpecified = false; } private long? _sub_type; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"sub_type", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public long sub_type { get { return _sub_type?? default(long); } set { _sub_type = value; } } [global::System.Xml.Serialization.XmlIgnore] [global::System.ComponentModel.Browsable(false)] public bool sub_typeSpecified { get { return this._sub_type != null; } set { if (value == (this._sub_type== null)) this._sub_type = value ? this.sub_type : (long?)null; } } private bool ShouldSerializesub_type() { return sub_typeSpecified; } private void Resetsub_type() { sub_typeSpecified = false; } private long? _count; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"count", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public long count { get { return _count?? default(long); } set { _count = value; } } [global::System.Xml.Serialization.XmlIgnore] [global::System.ComponentModel.Browsable(false)] public bool countSpecified { get { return this._count != null; } set { if (value == (this._count== null)) this._count = value ? this.count : (long?)null; } } private bool ShouldSerializecount() { return countSpecified; } private void Resetcount() { countSpecified = false; } 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=@"server_overload_notify")] public partial class server_overload_notify : global::ProtoBuf.IExtensible { public server_overload_notify() {} private long? _count; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"count", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public long count { get { return _count?? default(long); } set { _count = value; } } [global::System.Xml.Serialization.XmlIgnore] [global::System.ComponentModel.Browsable(false)] public bool countSpecified { get { return this._count != null; } set { if (value == (this._count== null)) this._count = value ? this.count : (long?)null; } } private bool ShouldSerializecount() { return countSpecified; } private void Resetcount() { countSpecified = false; } private readonly global::System.Collections.Generic.List _room_overload = new global::System.Collections.Generic.List(); [global::ProtoBuf.ProtoMember(2, Name=@"room_overload", DataFormat = global::ProtoBuf.DataFormat.Default)] public global::System.Collections.Generic.List room_overload { get { return _room_overload; } } 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=@"server_login_quest")] public partial class server_login_quest : global::ProtoBuf.IExtensible { public server_login_quest() {} private long? _account; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"account", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public long account { get { return _account?? default(long); } set { _account = value; } } [global::System.Xml.Serialization.XmlIgnore] [global::System.ComponentModel.Browsable(false)] public bool accountSpecified { get { return this._account != null; } set { if (value == (this._account== null)) this._account = value ? this.account : (long?)null; } } private bool ShouldSerializeaccount() { return accountSpecified; } private void Resetaccount() { accountSpecified = false; } private long? _channel; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"channel", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public long channel { get { return _channel?? default(long); } set { _channel = value; } } [global::System.Xml.Serialization.XmlIgnore] [global::System.ComponentModel.Browsable(false)] public bool channelSpecified { get { return this._channel != null; } set { if (value == (this._channel== null)) this._channel = value ? this.channel : (long?)null; } } private bool ShouldSerializechannel() { return channelSpecified; } private void Resetchannel() { channelSpecified = false; } private string _ip; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"ip", DataFormat = global::ProtoBuf.DataFormat.Default)] public string ip { get { return _ip?? ""; } set { _ip = value; } } [global::System.Xml.Serialization.XmlIgnore] [global::System.ComponentModel.Browsable(false)] public bool ipSpecified { get { return this._ip != null; } set { if (value == (this._ip== null)) this._ip = value ? this.ip : (string)null; } } private bool ShouldSerializeip() { return ipSpecified; } private void Resetip() { ipSpecified = false; } private long? _regist_channel; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"regist_channel", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public long regist_channel { get { return _regist_channel?? default(long); } set { _regist_channel = value; } } [global::System.Xml.Serialization.XmlIgnore] [global::System.ComponentModel.Browsable(false)] public bool regist_channelSpecified { get { return this._regist_channel != null; } set { if (value == (this._regist_channel== null)) this._regist_channel = value ? this.regist_channel : (long?)null; } } private bool ShouldSerializeregist_channel() { return regist_channelSpecified; } private void Resetregist_channel() { regist_channelSpecified = false; } private string _name; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"name", DataFormat = global::ProtoBuf.DataFormat.Default)] public string name { get { return _name?? ""; } set { _name = value; } } [global::System.Xml.Serialization.XmlIgnore] [global::System.ComponentModel.Browsable(false)] public bool nameSpecified { get { return this._name != null; } set { if (value == (this._name== null)) this._name = value ? this.name : (string)null; } } private bool ShouldSerializename() { return nameSpecified; } private void Resetname() { nameSpecified = false; } private string _avatar; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"avatar", DataFormat = global::ProtoBuf.DataFormat.Default)] public string avatar { get { return _avatar?? ""; } set { _avatar = value; } } [global::System.Xml.Serialization.XmlIgnore] [global::System.ComponentModel.Browsable(false)] public bool avatarSpecified { get { return this._avatar != null; } set { if (value == (this._avatar== null)) this._avatar = value ? this.avatar : (string)null; } } private bool ShouldSerializeavatar() { return avatarSpecified; } private void Resetavatar() { avatarSpecified = false; } private long? _sex; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"sex", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public long sex { get { return _sex?? default(long); } set { _sex = value; } } [global::System.Xml.Serialization.XmlIgnore] [global::System.ComponentModel.Browsable(false)] public bool sexSpecified { get { return this._sex != null; } set { if (value == (this._sex== null)) this._sex = value ? this.sex : (long?)null; } } private bool ShouldSerializesex() { return sexSpecified; } private void Resetsex() { sexSpecified = false; } private string _language; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"language", DataFormat = global::ProtoBuf.DataFormat.Default)] public string language { get { return _language?? ""; } set { _language = value; } } [global::System.Xml.Serialization.XmlIgnore] [global::System.ComponentModel.Browsable(false)] public bool languageSpecified { get { return this._language != null; } set { if (value == (this._language== null)) this._language = value ? this.language : (string)null; } } private bool ShouldSerializelanguage() { return languageSpecified; } private void Resetlanguage() { languageSpecified = false; } private string _ver; [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"ver", DataFormat = global::ProtoBuf.DataFormat.Default)] public string ver { get { return _ver?? ""; } set { _ver = value; } } [global::System.Xml.Serialization.XmlIgnore] [global::System.ComponentModel.Browsable(false)] public bool verSpecified { get { return this._ver != null; } set { if (value == (this._ver== null)) this._ver = value ? this.ver : (string)null; } } private bool ShouldSerializever() { return verSpecified; } private void Resetver() { verSpecified = false; } private bool? _safe_mode; [global::ProtoBuf.ProtoMember(10, IsRequired = false, Name=@"safe_mode", DataFormat = global::ProtoBuf.DataFormat.Default)] public bool safe_mode { get { return _safe_mode?? default(bool); } set { _safe_mode = value; } } [global::System.Xml.Serialization.XmlIgnore] [global::System.ComponentModel.Browsable(false)] public bool safe_modeSpecified { get { return this._safe_mode != null; } set { if (value == (this._safe_mode== null)) this._safe_mode = value ? this.safe_mode : (bool?)null; } } private bool ShouldSerializesafe_mode() { return safe_modeSpecified; } private void Resetsafe_mode() { safe_modeSpecified = false; } private string _idfa; [global::ProtoBuf.ProtoMember(11, IsRequired = false, Name=@"idfa", DataFormat = global::ProtoBuf.DataFormat.Default)] public string idfa { get { return _idfa?? ""; } set { _idfa = value; } } [global::System.Xml.Serialization.XmlIgnore] [global::System.ComponentModel.Browsable(false)] public bool idfaSpecified { get { return this._idfa != null; } set { if (value == (this._idfa== null)) this._idfa = value ? this.idfa : (string)null; } } private bool ShouldSerializeidfa() { return idfaSpecified; } private void Resetidfa() { idfaSpecified = false; } private long? _version; [global::ProtoBuf.ProtoMember(12, IsRequired = false, Name=@"version", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public long version { get { return _version?? (long)0; } set { _version = value; } } [global::System.Xml.Serialization.XmlIgnore] [global::System.ComponentModel.Browsable(false)] public bool versionSpecified { get { return this._version != null; } set { if (value == (this._version== null)) this._version = value ? this.version : (long?)null; } } private bool ShouldSerializeversion() { return versionSpecified; } private void Resetversion() { versionSpecified = false; } private string _nationality; [global::ProtoBuf.ProtoMember(13, IsRequired = false, Name=@"nationality", DataFormat = global::ProtoBuf.DataFormat.Default)] public string nationality { get { return _nationality?? ""; } set { _nationality = value; } } [global::System.Xml.Serialization.XmlIgnore] [global::System.ComponentModel.Browsable(false)] public bool nationalitySpecified { get { return this._nationality != null; } set { if (value == (this._nationality== null)) this._nationality = value ? this.nationality : (string)null; } } private bool ShouldSerializenationality() { return nationalitySpecified; } private void Resetnationality() { nationalitySpecified = false; } private bool? _is_simulator; [global::ProtoBuf.ProtoMember(14, IsRequired = false, Name=@"is_simulator", DataFormat = global::ProtoBuf.DataFormat.Default)] public bool is_simulator { get { return _is_simulator?? default(bool); } set { _is_simulator = value; } } [global::System.Xml.Serialization.XmlIgnore] [global::System.ComponentModel.Browsable(false)] public bool is_simulatorSpecified { get { return this._is_simulator != null; } set { if (value == (this._is_simulator== null)) this._is_simulator = value ? this.is_simulator : (bool?)null; } } private bool ShouldSerializeis_simulator() { return is_simulatorSpecified; } private void Resetis_simulator() { is_simulatorSpecified = false; } 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=@"role_online_notify")] public partial class role_online_notify : global::ProtoBuf.IExtensible { public role_online_notify() {} private long? _account; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"account", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public long account { get { return _account?? default(long); } set { _account = value; } } [global::System.Xml.Serialization.XmlIgnore] [global::System.ComponentModel.Browsable(false)] public bool accountSpecified { get { return this._account != null; } set { if (value == (this._account== null)) this._account = value ? this.account : (long?)null; } } private bool ShouldSerializeaccount() { return accountSpecified; } private void Resetaccount() { accountSpecified = false; } private long? _sequence; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"sequence", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public long sequence { get { return _sequence?? default(long); } set { _sequence = value; } } [global::System.Xml.Serialization.XmlIgnore] [global::System.ComponentModel.Browsable(false)] public bool sequenceSpecified { get { return this._sequence != null; } set { if (value == (this._sequence== null)) this._sequence = value ? this.sequence : (long?)null; } } private bool ShouldSerializesequence() { return sequenceSpecified; } private void Resetsequence() { sequenceSpecified = false; } private string _language; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"language", DataFormat = global::ProtoBuf.DataFormat.Default)] public string language { get { return _language?? ""; } set { _language = value; } } [global::System.Xml.Serialization.XmlIgnore] [global::System.ComponentModel.Browsable(false)] public bool languageSpecified { get { return this._language != null; } set { if (value == (this._language== null)) this._language = value ? this.language : (string)null; } } private bool ShouldSerializelanguage() { return languageSpecified; } private void Resetlanguage() { languageSpecified = false; } private string _name; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"name", DataFormat = global::ProtoBuf.DataFormat.Default)] public string name { get { return _name?? ""; } set { _name = value; } } [global::System.Xml.Serialization.XmlIgnore] [global::System.ComponentModel.Browsable(false)] public bool nameSpecified { get { return this._name != null; } set { if (value == (this._name== null)) this._name = value ? this.name : (string)null; } } private bool ShouldSerializename() { return nameSpecified; } private void Resetname() { nameSpecified = false; } private string _avatar; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"avatar", DataFormat = global::ProtoBuf.DataFormat.Default)] public string avatar { get { return _avatar?? ""; } set { _avatar = value; } } [global::System.Xml.Serialization.XmlIgnore] [global::System.ComponentModel.Browsable(false)] public bool avatarSpecified { get { return this._avatar != null; } set { if (value == (this._avatar== null)) this._avatar = value ? this.avatar : (string)null; } } private bool ShouldSerializeavatar() { return avatarSpecified; } private void Resetavatar() { avatarSpecified = false; } private long? _regist_channel; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"regist_channel", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public long regist_channel { get { return _regist_channel?? default(long); } set { _regist_channel = value; } } [global::System.Xml.Serialization.XmlIgnore] [global::System.ComponentModel.Browsable(false)] public bool regist_channelSpecified { get { return this._regist_channel != null; } set { if (value == (this._regist_channel== null)) this._regist_channel = value ? this.regist_channel : (long?)null; } } private bool ShouldSerializeregist_channel() { return regist_channelSpecified; } private void Resetregist_channel() { regist_channelSpecified = false; } private long? _channel; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"channel", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public long channel { get { return _channel?? default(long); } set { _channel = value; } } [global::System.Xml.Serialization.XmlIgnore] [global::System.ComponentModel.Browsable(false)] public bool channelSpecified { get { return this._channel != null; } set { if (value == (this._channel== null)) this._channel = value ? this.channel : (long?)null; } } private bool ShouldSerializechannel() { return channelSpecified; } private void Resetchannel() { channelSpecified = false; } private bool? _robot; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"robot", DataFormat = global::ProtoBuf.DataFormat.Default)] public bool robot { get { return _robot?? default(bool); } set { _robot = value; } } [global::System.Xml.Serialization.XmlIgnore] [global::System.ComponentModel.Browsable(false)] public bool robotSpecified { get { return this._robot != null; } set { if (value == (this._robot== null)) this._robot = value ? this.robot : (bool?)null; } } private bool ShouldSerializerobot() { return robotSpecified; } private void Resetrobot() { robotSpecified = false; } private string _create_time; [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"create_time", DataFormat = global::ProtoBuf.DataFormat.Default)] public string create_time { get { return _create_time?? ""; } set { _create_time = value; } } [global::System.Xml.Serialization.XmlIgnore] [global::System.ComponentModel.Browsable(false)] public bool create_timeSpecified { get { return this._create_time != null; } set { if (value == (this._create_time== null)) this._create_time = value ? this.create_time : (string)null; } } private bool ShouldSerializecreate_time() { return create_timeSpecified; } private void Resetcreate_time() { create_timeSpecified = false; } private string _ver; [global::ProtoBuf.ProtoMember(10, IsRequired = false, Name=@"ver", DataFormat = global::ProtoBuf.DataFormat.Default)] public string ver { get { return _ver?? ""; } set { _ver = value; } } [global::System.Xml.Serialization.XmlIgnore] [global::System.ComponentModel.Browsable(false)] public bool verSpecified { get { return this._ver != null; } set { if (value == (this._ver== null)) this._ver = value ? this.ver : (string)null; } } private bool ShouldSerializever() { return verSpecified; } private void Resetver() { verSpecified = false; } private bool? _safe_mode; [global::ProtoBuf.ProtoMember(11, IsRequired = false, Name=@"safe_mode", DataFormat = global::ProtoBuf.DataFormat.Default)] public bool safe_mode { get { return _safe_mode?? default(bool); } set { _safe_mode = value; } } [global::System.Xml.Serialization.XmlIgnore] [global::System.ComponentModel.Browsable(false)] public bool safe_modeSpecified { get { return this._safe_mode != null; } set { if (value == (this._safe_mode== null)) this._safe_mode = value ? this.safe_mode : (bool?)null; } } private bool ShouldSerializesafe_mode() { return safe_modeSpecified; } private void Resetsafe_mode() { safe_modeSpecified = false; } private long? _sex; [global::ProtoBuf.ProtoMember(12, IsRequired = false, Name=@"sex", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public long sex { get { return _sex?? default(long); } set { _sex = value; } } [global::System.Xml.Serialization.XmlIgnore] [global::System.ComponentModel.Browsable(false)] public bool sexSpecified { get { return this._sex != null; } set { if (value == (this._sex== null)) this._sex = value ? this.sex : (long?)null; } } private bool ShouldSerializesex() { return sexSpecified; } private void Resetsex() { sexSpecified = false; } private long? _grade_state; [global::ProtoBuf.ProtoMember(13, IsRequired = false, Name=@"grade_state", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public long grade_state { get { return _grade_state?? default(long); } set { _grade_state = value; } } [global::System.Xml.Serialization.XmlIgnore] [global::System.ComponentModel.Browsable(false)] public bool grade_stateSpecified { get { return this._grade_state != null; } set { if (value == (this._grade_state== null)) this._grade_state = value ? this.grade_state : (long?)null; } } private bool ShouldSerializegrade_state() { return grade_stateSpecified; } private void Resetgrade_state() { grade_stateSpecified = false; } 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=@"role_offline_notify")] public partial class role_offline_notify : global::ProtoBuf.IExtensible { public role_offline_notify() {} private long? _account; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"account", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public long account { get { return _account?? default(long); } set { _account = value; } } [global::System.Xml.Serialization.XmlIgnore] [global::System.ComponentModel.Browsable(false)] public bool accountSpecified { get { return this._account != null; } set { if (value == (this._account== null)) this._account = value ? this.account : (long?)null; } } private bool ShouldSerializeaccount() { return accountSpecified; } private void Resetaccount() { accountSpecified = false; } private long? _sequence; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"sequence", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public long sequence { get { return _sequence?? default(long); } set { _sequence = value; } } [global::System.Xml.Serialization.XmlIgnore] [global::System.ComponentModel.Browsable(false)] public bool sequenceSpecified { get { return this._sequence != null; } set { if (value == (this._sequence== null)) this._sequence = value ? this.sequence : (long?)null; } } private bool ShouldSerializesequence() { return sequenceSpecified; } private void Resetsequence() { sequenceSpecified = false; } private long? _cause; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"cause", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public long cause { get { return _cause?? default(long); } set { _cause = value; } } [global::System.Xml.Serialization.XmlIgnore] [global::System.ComponentModel.Browsable(false)] public bool causeSpecified { get { return this._cause != null; } set { if (value == (this._cause== null)) this._cause = value ? this.cause : (long?)null; } } private bool ShouldSerializecause() { return causeSpecified; } private void Resetcause() { causeSpecified = false; } 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=@"account_show_info_update_notify")] public partial class account_show_info_update_notify : global::ProtoBuf.IExtensible { public account_show_info_update_notify() {} private long? _account; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"account", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public long account { get { return _account?? default(long); } set { _account = value; } } [global::System.Xml.Serialization.XmlIgnore] [global::System.ComponentModel.Browsable(false)] public bool accountSpecified { get { return this._account != null; } set { if (value == (this._account== null)) this._account = value ? this.account : (long?)null; } } private bool ShouldSerializeaccount() { return accountSpecified; } private void Resetaccount() { accountSpecified = false; } private string _language; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"language", DataFormat = global::ProtoBuf.DataFormat.Default)] public string language { get { return _language?? ""; } set { _language = value; } } [global::System.Xml.Serialization.XmlIgnore] [global::System.ComponentModel.Browsable(false)] public bool languageSpecified { get { return this._language != null; } set { if (value == (this._language== null)) this._language = value ? this.language : (string)null; } } private bool ShouldSerializelanguage() { return languageSpecified; } private void Resetlanguage() { languageSpecified = false; } private string _name; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"name", DataFormat = global::ProtoBuf.DataFormat.Default)] public string name { get { return _name?? ""; } set { _name = value; } } [global::System.Xml.Serialization.XmlIgnore] [global::System.ComponentModel.Browsable(false)] public bool nameSpecified { get { return this._name != null; } set { if (value == (this._name== null)) this._name = value ? this.name : (string)null; } } private bool ShouldSerializename() { return nameSpecified; } private void Resetname() { nameSpecified = false; } private string _avatar; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"avatar", DataFormat = global::ProtoBuf.DataFormat.Default)] public string avatar { get { return _avatar?? ""; } set { _avatar = value; } } [global::System.Xml.Serialization.XmlIgnore] [global::System.ComponentModel.Browsable(false)] public bool avatarSpecified { get { return this._avatar != null; } set { if (value == (this._avatar== null)) this._avatar = value ? this.avatar : (string)null; } } private bool ShouldSerializeavatar() { return avatarSpecified; } private void Resetavatar() { avatarSpecified = false; } 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=@"send_mail_notify")] public partial class send_mail_notify : global::ProtoBuf.IExtensible { public send_mail_notify() {} private string _mail_json_str; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"mail_json_str", DataFormat = global::ProtoBuf.DataFormat.Default)] public string mail_json_str { get { return _mail_json_str?? ""; } set { _mail_json_str = value; } } [global::System.Xml.Serialization.XmlIgnore] [global::System.ComponentModel.Browsable(false)] public bool mail_json_strSpecified { get { return this._mail_json_str != null; } set { if (value == (this._mail_json_str== null)) this._mail_json_str = value ? this.mail_json_str : (string)null; } } private bool ShouldSerializemail_json_str() { return mail_json_strSpecified; } private void Resetmail_json_str() { mail_json_strSpecified = false; } 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=@"resource_notify")] public partial class resource_notify : global::ProtoBuf.IExtensible { public resource_notify() {} private com.wing.proto.item_info _item = null; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"item", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public com.wing.proto.item_info item { get { return _item; } set { _item = value; } } private string _source; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"source", DataFormat = global::ProtoBuf.DataFormat.Default)] public string source { get { return _source?? ""; } set { _source = value; } } [global::System.Xml.Serialization.XmlIgnore] [global::System.ComponentModel.Browsable(false)] public bool sourceSpecified { get { return this._source != null; } set { if (value == (this._source== null)) this._source = value ? this.source : (string)null; } } private bool ShouldSerializesource() { return sourceSpecified; } private void Resetsource() { sourceSpecified = false; } private bool? _uncheck; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"uncheck", DataFormat = global::ProtoBuf.DataFormat.Default)] public bool uncheck { get { return _uncheck?? (bool)false; } set { _uncheck = value; } } [global::System.Xml.Serialization.XmlIgnore] [global::System.ComponentModel.Browsable(false)] public bool uncheckSpecified { get { return this._uncheck != null; } set { if (value == (this._uncheck== null)) this._uncheck = value ? this.uncheck : (bool?)null; } } private bool ShouldSerializeuncheck() { return uncheckSpecified; } private void Resetuncheck() { uncheckSpecified = false; } private long? _unique_room_id; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"unique_room_id", DataFormat = global::ProtoBuf.DataFormat.FixedSize)] public long unique_room_id { get { return _unique_room_id?? default(long); } set { _unique_room_id = value; } } [global::System.Xml.Serialization.XmlIgnore] [global::System.ComponentModel.Browsable(false)] public bool unique_room_idSpecified { get { return this._unique_room_id != null; } set { if (value == (this._unique_room_id== null)) this._unique_room_id = value ? this.unique_room_id : (long?)null; } } private bool ShouldSerializeunique_room_id() { return unique_room_idSpecified; } private void Resetunique_room_id() { unique_room_idSpecified = false; } private string _remark; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"remark", DataFormat = global::ProtoBuf.DataFormat.Default)] public string remark { get { return _remark?? ""; } set { _remark = value; } } [global::System.Xml.Serialization.XmlIgnore] [global::System.ComponentModel.Browsable(false)] public bool remarkSpecified { get { return this._remark != null; } set { if (value == (this._remark== null)) this._remark = value ? this.remark : (string)null; } } private bool ShouldSerializeremark() { return remarkSpecified; } private void Resetremark() { remarkSpecified = false; } private string _language_tbl; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"language_tbl", DataFormat = global::ProtoBuf.DataFormat.Default)] public string language_tbl { get { return _language_tbl?? ""; } set { _language_tbl = value; } } [global::System.Xml.Serialization.XmlIgnore] [global::System.ComponentModel.Browsable(false)] public bool language_tblSpecified { get { return this._language_tbl != null; } set { if (value == (this._language_tbl== null)) this._language_tbl = value ? this.language_tbl : (string)null; } } private bool ShouldSerializelanguage_tbl() { return language_tblSpecified; } private void Resetlanguage_tbl() { language_tblSpecified = false; } 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=@"resource_batch_notify")] public partial class resource_batch_notify : global::ProtoBuf.IExtensible { public resource_batch_notify() {} private readonly global::System.Collections.Generic.List _items = new global::System.Collections.Generic.List(); [global::ProtoBuf.ProtoMember(1, Name=@"items", DataFormat = global::ProtoBuf.DataFormat.Default)] public global::System.Collections.Generic.List items { get { return _items; } } private string _source; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"source", DataFormat = global::ProtoBuf.DataFormat.Default)] public string source { get { return _source?? ""; } set { _source = value; } } [global::System.Xml.Serialization.XmlIgnore] [global::System.ComponentModel.Browsable(false)] public bool sourceSpecified { get { return this._source != null; } set { if (value == (this._source== null)) this._source = value ? this.source : (string)null; } } private bool ShouldSerializesource() { return sourceSpecified; } private void Resetsource() { sourceSpecified = false; } private bool? _uncheck; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"uncheck", DataFormat = global::ProtoBuf.DataFormat.Default)] public bool uncheck { get { return _uncheck?? (bool)false; } set { _uncheck = value; } } [global::System.Xml.Serialization.XmlIgnore] [global::System.ComponentModel.Browsable(false)] public bool uncheckSpecified { get { return this._uncheck != null; } set { if (value == (this._uncheck== null)) this._uncheck = value ? this.uncheck : (bool?)null; } } private bool ShouldSerializeuncheck() { return uncheckSpecified; } private void Resetuncheck() { uncheckSpecified = false; } private long? _unique_room_id; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"unique_room_id", DataFormat = global::ProtoBuf.DataFormat.FixedSize)] public long unique_room_id { get { return _unique_room_id?? default(long); } set { _unique_room_id = value; } } [global::System.Xml.Serialization.XmlIgnore] [global::System.ComponentModel.Browsable(false)] public bool unique_room_idSpecified { get { return this._unique_room_id != null; } set { if (value == (this._unique_room_id== null)) this._unique_room_id = value ? this.unique_room_id : (long?)null; } } private bool ShouldSerializeunique_room_id() { return unique_room_idSpecified; } private void Resetunique_room_id() { unique_room_idSpecified = false; } private string _remark; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"remark", DataFormat = global::ProtoBuf.DataFormat.Default)] public string remark { get { return _remark?? ""; } set { _remark = value; } } [global::System.Xml.Serialization.XmlIgnore] [global::System.ComponentModel.Browsable(false)] public bool remarkSpecified { get { return this._remark != null; } set { if (value == (this._remark== null)) this._remark = value ? this.remark : (string)null; } } private bool ShouldSerializeremark() { return remarkSpecified; } private void Resetremark() { remarkSpecified = false; } 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=@"accounts_same_resource_notify")] public partial class accounts_same_resource_notify : global::ProtoBuf.IExtensible { public accounts_same_resource_notify() {} private readonly global::System.Collections.Generic.List _accounts = new global::System.Collections.Generic.List(); [global::ProtoBuf.ProtoMember(1, Name=@"accounts", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public global::System.Collections.Generic.List accounts { get { return _accounts; } } private com.wing.proto.item_info _item = null; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"item", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public com.wing.proto.item_info item { get { return _item; } set { _item = value; } } private string _source; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"source", DataFormat = global::ProtoBuf.DataFormat.Default)] public string source { get { return _source?? ""; } set { _source = value; } } [global::System.Xml.Serialization.XmlIgnore] [global::System.ComponentModel.Browsable(false)] public bool sourceSpecified { get { return this._source != null; } set { if (value == (this._source== null)) this._source = value ? this.source : (string)null; } } private bool ShouldSerializesource() { return sourceSpecified; } private void Resetsource() { sourceSpecified = false; } private bool? _uncheck; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"uncheck", DataFormat = global::ProtoBuf.DataFormat.Default)] public bool uncheck { get { return _uncheck?? (bool)false; } set { _uncheck = value; } } [global::System.Xml.Serialization.XmlIgnore] [global::System.ComponentModel.Browsable(false)] public bool uncheckSpecified { get { return this._uncheck != null; } set { if (value == (this._uncheck== null)) this._uncheck = value ? this.uncheck : (bool?)null; } } private bool ShouldSerializeuncheck() { return uncheckSpecified; } private void Resetuncheck() { uncheckSpecified = false; } private long? _unique_room_id; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"unique_room_id", DataFormat = global::ProtoBuf.DataFormat.FixedSize)] public long unique_room_id { get { return _unique_room_id?? default(long); } set { _unique_room_id = value; } } [global::System.Xml.Serialization.XmlIgnore] [global::System.ComponentModel.Browsable(false)] public bool unique_room_idSpecified { get { return this._unique_room_id != null; } set { if (value == (this._unique_room_id== null)) this._unique_room_id = value ? this.unique_room_id : (long?)null; } } private bool ShouldSerializeunique_room_id() { return unique_room_idSpecified; } private void Resetunique_room_id() { unique_room_idSpecified = false; } private string _remark; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"remark", DataFormat = global::ProtoBuf.DataFormat.Default)] public string remark { get { return _remark?? ""; } set { _remark = value; } } [global::System.Xml.Serialization.XmlIgnore] [global::System.ComponentModel.Browsable(false)] public bool remarkSpecified { get { return this._remark != null; } set { if (value == (this._remark== null)) this._remark = value ? this.remark : (string)null; } } private bool ShouldSerializeremark() { return remarkSpecified; } private void Resetremark() { remarkSpecified = false; } 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=@"accounts_same_batch_resource_notify")] public partial class accounts_same_batch_resource_notify : global::ProtoBuf.IExtensible { public accounts_same_batch_resource_notify() {} private readonly global::System.Collections.Generic.List _accounts = new global::System.Collections.Generic.List(); [global::ProtoBuf.ProtoMember(1, Name=@"accounts", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public global::System.Collections.Generic.List accounts { get { return _accounts; } } private readonly global::System.Collections.Generic.List _items = new global::System.Collections.Generic.List(); [global::ProtoBuf.ProtoMember(2, Name=@"items", DataFormat = global::ProtoBuf.DataFormat.Default)] public global::System.Collections.Generic.List items { get { return _items; } } private string _source; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"source", DataFormat = global::ProtoBuf.DataFormat.Default)] public string source { get { return _source?? ""; } set { _source = value; } } [global::System.Xml.Serialization.XmlIgnore] [global::System.ComponentModel.Browsable(false)] public bool sourceSpecified { get { return this._source != null; } set { if (value == (this._source== null)) this._source = value ? this.source : (string)null; } } private bool ShouldSerializesource() { return sourceSpecified; } private void Resetsource() { sourceSpecified = false; } private bool? _uncheck; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"uncheck", DataFormat = global::ProtoBuf.DataFormat.Default)] public bool uncheck { get { return _uncheck?? (bool)false; } set { _uncheck = value; } } [global::System.Xml.Serialization.XmlIgnore] [global::System.ComponentModel.Browsable(false)] public bool uncheckSpecified { get { return this._uncheck != null; } set { if (value == (this._uncheck== null)) this._uncheck = value ? this.uncheck : (bool?)null; } } private bool ShouldSerializeuncheck() { return uncheckSpecified; } private void Resetuncheck() { uncheckSpecified = false; } private long? _unique_room_id; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"unique_room_id", DataFormat = global::ProtoBuf.DataFormat.FixedSize)] public long unique_room_id { get { return _unique_room_id?? default(long); } set { _unique_room_id = value; } } [global::System.Xml.Serialization.XmlIgnore] [global::System.ComponentModel.Browsable(false)] public bool unique_room_idSpecified { get { return this._unique_room_id != null; } set { if (value == (this._unique_room_id== null)) this._unique_room_id = value ? this.unique_room_id : (long?)null; } } private bool ShouldSerializeunique_room_id() { return unique_room_idSpecified; } private void Resetunique_room_id() { unique_room_idSpecified = false; } private string _remark; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"remark", DataFormat = global::ProtoBuf.DataFormat.Default)] public string remark { get { return _remark?? ""; } set { _remark = value; } } [global::System.Xml.Serialization.XmlIgnore] [global::System.ComponentModel.Browsable(false)] public bool remarkSpecified { get { return this._remark != null; } set { if (value == (this._remark== null)) this._remark = value ? this.remark : (string)null; } } private bool ShouldSerializeremark() { return remarkSpecified; } private void Resetremark() { remarkSpecified = false; } 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=@"accounts_resource_notify")] public partial class accounts_resource_notify : global::ProtoBuf.IExtensible { public accounts_resource_notify() {} private readonly global::System.Collections.Generic.List _accounts = new global::System.Collections.Generic.List(); [global::ProtoBuf.ProtoMember(1, Name=@"accounts", DataFormat = global::ProtoBuf.DataFormat.Default)] public global::System.Collections.Generic.List accounts { get { return _accounts; } } private string _source; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"source", DataFormat = global::ProtoBuf.DataFormat.Default)] public string source { get { return _source?? ""; } set { _source = value; } } [global::System.Xml.Serialization.XmlIgnore] [global::System.ComponentModel.Browsable(false)] public bool sourceSpecified { get { return this._source != null; } set { if (value == (this._source== null)) this._source = value ? this.source : (string)null; } } private bool ShouldSerializesource() { return sourceSpecified; } private void Resetsource() { sourceSpecified = false; } private bool? _uncheck; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"uncheck", DataFormat = global::ProtoBuf.DataFormat.Default)] public bool uncheck { get { return _uncheck?? (bool)false; } set { _uncheck = value; } } [global::System.Xml.Serialization.XmlIgnore] [global::System.ComponentModel.Browsable(false)] public bool uncheckSpecified { get { return this._uncheck != null; } set { if (value == (this._uncheck== null)) this._uncheck = value ? this.uncheck : (bool?)null; } } private bool ShouldSerializeuncheck() { return uncheckSpecified; } private void Resetuncheck() { uncheckSpecified = false; } private long? _unique_room_id; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"unique_room_id", DataFormat = global::ProtoBuf.DataFormat.FixedSize)] public long unique_room_id { get { return _unique_room_id?? default(long); } set { _unique_room_id = value; } } [global::System.Xml.Serialization.XmlIgnore] [global::System.ComponentModel.Browsable(false)] public bool unique_room_idSpecified { get { return this._unique_room_id != null; } set { if (value == (this._unique_room_id== null)) this._unique_room_id = value ? this.unique_room_id : (long?)null; } } private bool ShouldSerializeunique_room_id() { return unique_room_idSpecified; } private void Resetunique_room_id() { unique_room_idSpecified = false; } private string _remark; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"remark", DataFormat = global::ProtoBuf.DataFormat.Default)] public string remark { get { return _remark?? ""; } set { _remark = value; } } [global::System.Xml.Serialization.XmlIgnore] [global::System.ComponentModel.Browsable(false)] public bool remarkSpecified { get { return this._remark != null; } set { if (value == (this._remark== null)) this._remark = value ? this.remark : (string)null; } } private bool ShouldSerializeremark() { return remarkSpecified; } private void Resetremark() { remarkSpecified = false; } 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=@"accounts_batch_resource_notify")] public partial class accounts_batch_resource_notify : global::ProtoBuf.IExtensible { public accounts_batch_resource_notify() {} private readonly global::System.Collections.Generic.List _accounts = new global::System.Collections.Generic.List(); [global::ProtoBuf.ProtoMember(1, Name=@"accounts", DataFormat = global::ProtoBuf.DataFormat.Default)] public global::System.Collections.Generic.List accounts { get { return _accounts; } } private string _source; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"source", DataFormat = global::ProtoBuf.DataFormat.Default)] public string source { get { return _source?? ""; } set { _source = value; } } [global::System.Xml.Serialization.XmlIgnore] [global::System.ComponentModel.Browsable(false)] public bool sourceSpecified { get { return this._source != null; } set { if (value == (this._source== null)) this._source = value ? this.source : (string)null; } } private bool ShouldSerializesource() { return sourceSpecified; } private void Resetsource() { sourceSpecified = false; } private bool? _uncheck; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"uncheck", DataFormat = global::ProtoBuf.DataFormat.Default)] public bool uncheck { get { return _uncheck?? (bool)false; } set { _uncheck = value; } } [global::System.Xml.Serialization.XmlIgnore] [global::System.ComponentModel.Browsable(false)] public bool uncheckSpecified { get { return this._uncheck != null; } set { if (value == (this._uncheck== null)) this._uncheck = value ? this.uncheck : (bool?)null; } } private bool ShouldSerializeuncheck() { return uncheckSpecified; } private void Resetuncheck() { uncheckSpecified = false; } private long? _unique_room_id; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"unique_room_id", DataFormat = global::ProtoBuf.DataFormat.FixedSize)] public long unique_room_id { get { return _unique_room_id?? default(long); } set { _unique_room_id = value; } } [global::System.Xml.Serialization.XmlIgnore] [global::System.ComponentModel.Browsable(false)] public bool unique_room_idSpecified { get { return this._unique_room_id != null; } set { if (value == (this._unique_room_id== null)) this._unique_room_id = value ? this.unique_room_id : (long?)null; } } private bool ShouldSerializeunique_room_id() { return unique_room_idSpecified; } private void Resetunique_room_id() { unique_room_idSpecified = false; } private string _remark; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"remark", DataFormat = global::ProtoBuf.DataFormat.Default)] public string remark { get { return _remark?? ""; } set { _remark = value; } } [global::System.Xml.Serialization.XmlIgnore] [global::System.ComponentModel.Browsable(false)] public bool remarkSpecified { get { return this._remark != null; } set { if (value == (this._remark== null)) this._remark = value ? this.remark : (string)null; } } private bool ShouldSerializeremark() { return remarkSpecified; } private void Resetremark() { remarkSpecified = false; } 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=@"resource_batch_query_quest")] public partial class resource_batch_query_quest : global::ProtoBuf.IExtensible { public resource_batch_query_quest() {} private long? _account; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"account", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public long account { get { return _account?? default(long); } set { _account = value; } } [global::System.Xml.Serialization.XmlIgnore] [global::System.ComponentModel.Browsable(false)] public bool accountSpecified { get { return this._account != null; } set { if (value == (this._account== null)) this._account = value ? this.account : (long?)null; } } private bool ShouldSerializeaccount() { return accountSpecified; } private void Resetaccount() { accountSpecified = false; } private readonly global::System.Collections.Generic.List _items = new global::System.Collections.Generic.List(); [global::ProtoBuf.ProtoMember(2, Name=@"items", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public global::System.Collections.Generic.List items { get { return _items; } } 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=@"resource_batch_query_reply")] public partial class resource_batch_query_reply : global::ProtoBuf.IExtensible { public resource_batch_query_reply() {} private long? _account; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"account", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public long account { get { return _account?? default(long); } set { _account = value; } } [global::System.Xml.Serialization.XmlIgnore] [global::System.ComponentModel.Browsable(false)] public bool accountSpecified { get { return this._account != null; } set { if (value == (this._account== null)) this._account = value ? this.account : (long?)null; } } private bool ShouldSerializeaccount() { return accountSpecified; } private void Resetaccount() { accountSpecified = false; } private readonly global::System.Collections.Generic.List _items = new global::System.Collections.Generic.List(); [global::ProtoBuf.ProtoMember(2, Name=@"items", DataFormat = global::ProtoBuf.DataFormat.Default)] public global::System.Collections.Generic.List items { get { return _items; } } 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=@"durak_room_create_notify")] public partial class durak_room_create_notify : global::ProtoBuf.IExtensible { public durak_room_create_notify() {} private long? _room_type; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"room_type", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public long room_type { get { return _room_type?? default(long); } set { _room_type = value; } } [global::System.Xml.Serialization.XmlIgnore] [global::System.ComponentModel.Browsable(false)] public bool room_typeSpecified { get { return this._room_type != null; } set { if (value == (this._room_type== null)) this._room_type = value ? this.room_type : (long?)null; } } private bool ShouldSerializeroom_type() { return room_typeSpecified; } private void Resetroom_type() { room_typeSpecified = false; } private long? _founder; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"founder", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public long founder { get { return _founder?? default(long); } set { _founder = value; } } [global::System.Xml.Serialization.XmlIgnore] [global::System.ComponentModel.Browsable(false)] public bool founderSpecified { get { return this._founder != null; } set { if (value == (this._founder== null)) this._founder = value ? this.founder : (long?)null; } } private bool ShouldSerializefounder() { return founderSpecified; } private void Resetfounder() { founderSpecified = false; } private long? _room_id; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"room_id", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public long room_id { get { return _room_id?? default(long); } set { _room_id = value; } } [global::System.Xml.Serialization.XmlIgnore] [global::System.ComponentModel.Browsable(false)] public bool room_idSpecified { get { return this._room_id != null; } set { if (value == (this._room_id== null)) this._room_id = value ? this.room_id : (long?)null; } } private bool ShouldSerializeroom_id() { return room_idSpecified; } private void Resetroom_id() { room_idSpecified = false; } private long? _create_time; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"create_time", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public long create_time { get { return _create_time?? default(long); } set { _create_time = value; } } [global::System.Xml.Serialization.XmlIgnore] [global::System.ComponentModel.Browsable(false)] public bool create_timeSpecified { get { return this._create_time != null; } set { if (value == (this._create_time== null)) this._create_time = value ? this.create_time : (long?)null; } } private bool ShouldSerializecreate_time() { return create_timeSpecified; } private void Resetcreate_time() { create_timeSpecified = false; } private long? _bet; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"bet", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public long bet { get { return _bet?? default(long); } set { _bet = value; } } [global::System.Xml.Serialization.XmlIgnore] [global::System.ComponentModel.Browsable(false)] public bool betSpecified { get { return this._bet != null; } set { if (value == (this._bet== null)) this._bet = value ? this.bet : (long?)null; } } private bool ShouldSerializebet() { return betSpecified; } private void Resetbet() { betSpecified = false; } private int? _seat; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"seat", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int seat { get { return _seat?? default(int); } set { _seat = value; } } [global::System.Xml.Serialization.XmlIgnore] [global::System.ComponentModel.Browsable(false)] public bool seatSpecified { get { return this._seat != null; } set { if (value == (this._seat== null)) this._seat = value ? this.seat : (int?)null; } } private bool ShouldSerializeseat() { return seatSpecified; } private void Resetseat() { seatSpecified = false; } private int? _card_group; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"card_group", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int card_group { get { return _card_group?? default(int); } set { _card_group = value; } } [global::System.Xml.Serialization.XmlIgnore] [global::System.ComponentModel.Browsable(false)] public bool card_groupSpecified { get { return this._card_group != null; } set { if (value == (this._card_group== null)) this._card_group = value ? this.card_group : (int?)null; } } private bool ShouldSerializecard_group() { return card_groupSpecified; } private void Resetcard_group() { card_groupSpecified = false; } private int? _def_mode; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"def_mode", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int def_mode { get { return _def_mode?? default(int); } set { _def_mode = value; } } [global::System.Xml.Serialization.XmlIgnore] [global::System.ComponentModel.Browsable(false)] public bool def_modeSpecified { get { return this._def_mode != null; } set { if (value == (this._def_mode== null)) this._def_mode = value ? this.def_mode : (int?)null; } } private bool ShouldSerializedef_mode() { return def_modeSpecified; } private void Resetdef_mode() { def_modeSpecified = false; } private int? _atk_mode; [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"atk_mode", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int atk_mode { get { return _atk_mode?? default(int); } set { _atk_mode = value; } } [global::System.Xml.Serialization.XmlIgnore] [global::System.ComponentModel.Browsable(false)] public bool atk_modeSpecified { get { return this._atk_mode != null; } set { if (value == (this._atk_mode== null)) this._atk_mode = value ? this.atk_mode : (int?)null; } } private bool ShouldSerializeatk_mode() { return atk_modeSpecified; } private void Resetatk_mode() { atk_modeSpecified = false; } private long? _unique_room_id; [global::ProtoBuf.ProtoMember(10, IsRequired = false, Name=@"unique_room_id", DataFormat = global::ProtoBuf.DataFormat.FixedSize)] public long unique_room_id { get { return _unique_room_id?? default(long); } set { _unique_room_id = value; } } [global::System.Xml.Serialization.XmlIgnore] [global::System.ComponentModel.Browsable(false)] public bool unique_room_idSpecified { get { return this._unique_room_id != null; } set { if (value == (this._unique_room_id== null)) this._unique_room_id = value ? this.unique_room_id : (long?)null; } } private bool ShouldSerializeunique_room_id() { return unique_room_idSpecified; } private void Resetunique_room_id() { unique_room_idSpecified = false; } private int? _sub_type; [global::ProtoBuf.ProtoMember(11, IsRequired = false, Name=@"sub_type", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int sub_type { get { return _sub_type?? default(int); } set { _sub_type = value; } } [global::System.Xml.Serialization.XmlIgnore] [global::System.ComponentModel.Browsable(false)] public bool sub_typeSpecified { get { return this._sub_type != null; } set { if (value == (this._sub_type== null)) this._sub_type = value ? this.sub_type : (int?)null; } } private bool ShouldSerializesub_type() { return sub_typeSpecified; } private void Resetsub_type() { sub_typeSpecified = false; } private int? _is_public; [global::ProtoBuf.ProtoMember(12, IsRequired = false, Name=@"is_public", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int is_public { get { return _is_public?? default(int); } set { _is_public = value; } } [global::System.Xml.Serialization.XmlIgnore] [global::System.ComponentModel.Browsable(false)] public bool is_publicSpecified { get { return this._is_public != null; } set { if (value == (this._is_public== null)) this._is_public = value ? this.is_public : (int?)null; } } private bool ShouldSerializeis_public() { return is_publicSpecified; } private void Resetis_public() { is_publicSpecified = false; } 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=@"durak_try_enter_room_notify")] public partial class durak_try_enter_room_notify : global::ProtoBuf.IExtensible { public durak_try_enter_room_notify() {} private long? _room_id; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"room_id", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public long room_id { get { return _room_id?? default(long); } set { _room_id = value; } } [global::System.Xml.Serialization.XmlIgnore] [global::System.ComponentModel.Browsable(false)] public bool room_idSpecified { get { return this._room_id != null; } set { if (value == (this._room_id== null)) this._room_id = value ? this.room_id : (long?)null; } } private bool ShouldSerializeroom_id() { return room_idSpecified; } private void Resetroom_id() { room_idSpecified = false; } 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=@"room_chatsvr_dispatcher_notify")] public partial class room_chatsvr_dispatcher_notify : global::ProtoBuf.IExtensible { public room_chatsvr_dispatcher_notify() {} private long? _cmd; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"cmd", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public long cmd { get { return _cmd?? default(long); } set { _cmd = value; } } [global::System.Xml.Serialization.XmlIgnore] [global::System.ComponentModel.Browsable(false)] public bool cmdSpecified { get { return this._cmd != null; } set { if (value == (this._cmd== null)) this._cmd = value ? this.cmd : (long?)null; } } private bool ShouldSerializecmd() { return cmdSpecified; } private void Resetcmd() { cmdSpecified = false; } private long? _account; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"account", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public long account { get { return _account?? default(long); } set { _account = value; } } [global::System.Xml.Serialization.XmlIgnore] [global::System.ComponentModel.Browsable(false)] public bool accountSpecified { get { return this._account != null; } set { if (value == (this._account== null)) this._account = value ? this.account : (long?)null; } } private bool ShouldSerializeaccount() { return accountSpecified; } private void Resetaccount() { accountSpecified = false; } private byte[] _data; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"data", DataFormat = global::ProtoBuf.DataFormat.Default)] public byte[] data { get { return _data?? null; } set { _data = value; } } [global::System.Xml.Serialization.XmlIgnore] [global::System.ComponentModel.Browsable(false)] public bool dataSpecified { get { return this._data != null; } set { if (value == (this._data== null)) this._data = value ? this.data : (byte[])null; } } private bool ShouldSerializedata() { return dataSpecified; } private void Resetdata() { dataSpecified = false; } 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=@"room_chatsvr_dispatcher_batch_notify")] public partial class room_chatsvr_dispatcher_batch_notify : global::ProtoBuf.IExtensible { public room_chatsvr_dispatcher_batch_notify() {} private long? _cmd; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"cmd", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public long cmd { get { return _cmd?? default(long); } set { _cmd = value; } } [global::System.Xml.Serialization.XmlIgnore] [global::System.ComponentModel.Browsable(false)] public bool cmdSpecified { get { return this._cmd != null; } set { if (value == (this._cmd== null)) this._cmd = value ? this.cmd : (long?)null; } } private bool ShouldSerializecmd() { return cmdSpecified; } private void Resetcmd() { cmdSpecified = false; } private readonly global::System.Collections.Generic.List _accounts = new global::System.Collections.Generic.List(); [global::ProtoBuf.ProtoMember(2, Name=@"accounts", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public global::System.Collections.Generic.List accounts { get { return _accounts; } } private byte[] _data; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"data", DataFormat = global::ProtoBuf.DataFormat.Default)] public byte[] data { get { return _data?? null; } set { _data = value; } } [global::System.Xml.Serialization.XmlIgnore] [global::System.ComponentModel.Browsable(false)] public bool dataSpecified { get { return this._data != null; } set { if (value == (this._data== null)) this._data = value ? this.data : (byte[])null; } } private bool ShouldSerializedata() { return dataSpecified; } private void Resetdata() { dataSpecified = false; } 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=@"room_close_account_info")] public partial class room_close_account_info : global::ProtoBuf.IExtensible { public room_close_account_info() {} private long? _account; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"account", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public long account { get { return _account?? default(long); } set { _account = value; } } [global::System.Xml.Serialization.XmlIgnore] [global::System.ComponentModel.Browsable(false)] public bool accountSpecified { get { return this._account != null; } set { if (value == (this._account== null)) this._account = value ? this.account : (long?)null; } } private bool ShouldSerializeaccount() { return accountSpecified; } private void Resetaccount() { accountSpecified = false; } private com.wing.proto.account_position_info _position = null; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"position", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public com.wing.proto.account_position_info position { get { return _position; } set { _position = 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=@"room_close_notify")] public partial class room_close_notify : global::ProtoBuf.IExtensible { public room_close_notify() {} private long? _room_id; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"room_id", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public long room_id { get { return _room_id?? default(long); } set { _room_id = value; } } [global::System.Xml.Serialization.XmlIgnore] [global::System.ComponentModel.Browsable(false)] public bool room_idSpecified { get { return this._room_id != null; } set { if (value == (this._room_id== null)) this._room_id = value ? this.room_id : (long?)null; } } private bool ShouldSerializeroom_id() { return room_idSpecified; } private void Resetroom_id() { room_idSpecified = false; } private bool? _waiting_play_again; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"waiting_play_again", DataFormat = global::ProtoBuf.DataFormat.Default)] public bool waiting_play_again { get { return _waiting_play_again?? default(bool); } set { _waiting_play_again = value; } } [global::System.Xml.Serialization.XmlIgnore] [global::System.ComponentModel.Browsable(false)] public bool waiting_play_againSpecified { get { return this._waiting_play_again != null; } set { if (value == (this._waiting_play_again== null)) this._waiting_play_again = value ? this.waiting_play_again : (bool?)null; } } private bool ShouldSerializewaiting_play_again() { return waiting_play_againSpecified; } private void Resetwaiting_play_again() { waiting_play_againSpecified = false; } private readonly global::System.Collections.Generic.List _accounts = new global::System.Collections.Generic.List(); [global::ProtoBuf.ProtoMember(3, Name=@"accounts", DataFormat = global::ProtoBuf.DataFormat.Default)] public global::System.Collections.Generic.List accounts { get { return _accounts; } } private bool? _xukai; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"xukai", DataFormat = global::ProtoBuf.DataFormat.Default)] public bool xukai { get { return _xukai?? default(bool); } set { _xukai = value; } } [global::System.Xml.Serialization.XmlIgnore] [global::System.ComponentModel.Browsable(false)] public bool xukaiSpecified { get { return this._xukai != null; } set { if (value == (this._xukai== null)) this._xukai = value ? this.xukai : (bool?)null; } } private bool ShouldSerializexukai() { return xukaiSpecified; } private void Resetxukai() { xukaiSpecified = false; } 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=@"server_broadcast_batch_notify")] public partial class server_broadcast_batch_notify : global::ProtoBuf.IExtensible { public server_broadcast_batch_notify() {} private long? _event; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"event", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public long @event { get { return _event?? default(long); } set { _event = value; } } [global::System.Xml.Serialization.XmlIgnore] [global::System.ComponentModel.Browsable(false)] public bool eventSpecified { get { return this._event != null; } set { if (value == (this._event== null)) this._event = value ? this.@event : (long?)null; } } private bool ShouldSerializeevent() { return eventSpecified; } private void Resetevent() { eventSpecified = false; } private long? _time; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"time", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public long time { get { return _time?? default(long); } set { _time = value; } } [global::System.Xml.Serialization.XmlIgnore] [global::System.ComponentModel.Browsable(false)] public bool timeSpecified { get { return this._time != null; } set { if (value == (this._time== null)) this._time = value ? this.time : (long?)null; } } private bool ShouldSerializetime() { return timeSpecified; } private void Resettime() { timeSpecified = false; } private readonly global::System.Collections.Generic.List _accounts = new global::System.Collections.Generic.List(); [global::ProtoBuf.ProtoMember(3, Name=@"accounts", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public global::System.Collections.Generic.List accounts { get { return _accounts; } } private string _content_en; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"content_en", DataFormat = global::ProtoBuf.DataFormat.Default)] public string content_en { get { return _content_en?? ""; } set { _content_en = value; } } [global::System.Xml.Serialization.XmlIgnore] [global::System.ComponentModel.Browsable(false)] public bool content_enSpecified { get { return this._content_en != null; } set { if (value == (this._content_en== null)) this._content_en = value ? this.content_en : (string)null; } } private bool ShouldSerializecontent_en() { return content_enSpecified; } private void Resetcontent_en() { content_enSpecified = false; } private string _content_th; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"content_th", DataFormat = global::ProtoBuf.DataFormat.Default)] public string content_th { get { return _content_th?? ""; } set { _content_th = value; } } [global::System.Xml.Serialization.XmlIgnore] [global::System.ComponentModel.Browsable(false)] public bool content_thSpecified { get { return this._content_th != null; } set { if (value == (this._content_th== null)) this._content_th = value ? this.content_th : (string)null; } } private bool ShouldSerializecontent_th() { return content_thSpecified; } private void Resetcontent_th() { content_thSpecified = false; } private string _content_zh; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"content_zh", DataFormat = global::ProtoBuf.DataFormat.Default)] public string content_zh { get { return _content_zh?? ""; } set { _content_zh = value; } } [global::System.Xml.Serialization.XmlIgnore] [global::System.ComponentModel.Browsable(false)] public bool content_zhSpecified { get { return this._content_zh != null; } set { if (value == (this._content_zh== null)) this._content_zh = value ? this.content_zh : (string)null; } } private bool ShouldSerializecontent_zh() { return content_zhSpecified; } private void Resetcontent_zh() { content_zhSpecified = false; } private string _content_fr; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"content_fr", DataFormat = global::ProtoBuf.DataFormat.Default)] public string content_fr { get { return _content_fr?? ""; } set { _content_fr = value; } } [global::System.Xml.Serialization.XmlIgnore] [global::System.ComponentModel.Browsable(false)] public bool content_frSpecified { get { return this._content_fr != null; } set { if (value == (this._content_fr== null)) this._content_fr = value ? this.content_fr : (string)null; } } private bool ShouldSerializecontent_fr() { return content_frSpecified; } private void Resetcontent_fr() { content_frSpecified = false; } private string _content_es; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"content_es", DataFormat = global::ProtoBuf.DataFormat.Default)] public string content_es { get { return _content_es?? ""; } set { _content_es = value; } } [global::System.Xml.Serialization.XmlIgnore] [global::System.ComponentModel.Browsable(false)] public bool content_esSpecified { get { return this._content_es != null; } set { if (value == (this._content_es== null)) this._content_es = value ? this.content_es : (string)null; } } private bool ShouldSerializecontent_es() { return content_esSpecified; } private void Resetcontent_es() { content_esSpecified = false; } private string _content_id; [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"content_id", DataFormat = global::ProtoBuf.DataFormat.Default)] public string content_id { get { return _content_id?? ""; } set { _content_id = value; } } [global::System.Xml.Serialization.XmlIgnore] [global::System.ComponentModel.Browsable(false)] public bool content_idSpecified { get { return this._content_id != null; } set { if (value == (this._content_id== null)) this._content_id = value ? this.content_id : (string)null; } } private bool ShouldSerializecontent_id() { return content_idSpecified; } private void Resetcontent_id() { content_idSpecified = false; } private string _content_zh_hk; [global::ProtoBuf.ProtoMember(10, IsRequired = false, Name=@"content_zh_hk", DataFormat = global::ProtoBuf.DataFormat.Default)] public string content_zh_hk { get { return _content_zh_hk?? ""; } set { _content_zh_hk = value; } } [global::System.Xml.Serialization.XmlIgnore] [global::System.ComponentModel.Browsable(false)] public bool content_zh_hkSpecified { get { return this._content_zh_hk != null; } set { if (value == (this._content_zh_hk== null)) this._content_zh_hk = value ? this.content_zh_hk : (string)null; } } private bool ShouldSerializecontent_zh_hk() { return content_zh_hkSpecified; } private void Resetcontent_zh_hk() { content_zh_hkSpecified = false; } private string _content_pt; [global::ProtoBuf.ProtoMember(11, IsRequired = false, Name=@"content_pt", DataFormat = global::ProtoBuf.DataFormat.Default)] public string content_pt { get { return _content_pt?? ""; } set { _content_pt = value; } } [global::System.Xml.Serialization.XmlIgnore] [global::System.ComponentModel.Browsable(false)] public bool content_ptSpecified { get { return this._content_pt != null; } set { if (value == (this._content_pt== null)) this._content_pt = value ? this.content_pt : (string)null; } } private bool ShouldSerializecontent_pt() { return content_ptSpecified; } private void Resetcontent_pt() { content_ptSpecified = false; } private string _content_hi; [global::ProtoBuf.ProtoMember(12, IsRequired = false, Name=@"content_hi", DataFormat = global::ProtoBuf.DataFormat.Default)] public string content_hi { get { return _content_hi?? ""; } set { _content_hi = value; } } [global::System.Xml.Serialization.XmlIgnore] [global::System.ComponentModel.Browsable(false)] public bool content_hiSpecified { get { return this._content_hi != null; } set { if (value == (this._content_hi== null)) this._content_hi = value ? this.content_hi : (string)null; } } private bool ShouldSerializecontent_hi() { return content_hiSpecified; } private void Resetcontent_hi() { content_hiSpecified = false; } private long? _sender_id; [global::ProtoBuf.ProtoMember(13, IsRequired = false, Name=@"sender_id", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public long sender_id { get { return _sender_id?? default(long); } set { _sender_id = value; } } [global::System.Xml.Serialization.XmlIgnore] [global::System.ComponentModel.Browsable(false)] public bool sender_idSpecified { get { return this._sender_id != null; } set { if (value == (this._sender_id== null)) this._sender_id = value ? this.sender_id : (long?)null; } } private bool ShouldSerializesender_id() { return sender_idSpecified; } private void Resetsender_id() { sender_idSpecified = false; } private string _content_ph; [global::ProtoBuf.ProtoMember(14, IsRequired = false, Name=@"content_ph", DataFormat = global::ProtoBuf.DataFormat.Default)] public string content_ph { get { return _content_ph?? ""; } set { _content_ph = value; } } [global::System.Xml.Serialization.XmlIgnore] [global::System.ComponentModel.Browsable(false)] public bool content_phSpecified { get { return this._content_ph != null; } set { if (value == (this._content_ph== null)) this._content_ph = value ? this.content_ph : (string)null; } } private bool ShouldSerializecontent_ph() { return content_phSpecified; } private void Resetcontent_ph() { content_phSpecified = false; } 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=@"server_broadcast_all_notify")] public partial class server_broadcast_all_notify : global::ProtoBuf.IExtensible { public server_broadcast_all_notify() {} private long? _event; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"event", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public long @event { get { return _event?? default(long); } set { _event = value; } } [global::System.Xml.Serialization.XmlIgnore] [global::System.ComponentModel.Browsable(false)] public bool eventSpecified { get { return this._event != null; } set { if (value == (this._event== null)) this._event = value ? this.@event : (long?)null; } } private bool ShouldSerializeevent() { return eventSpecified; } private void Resetevent() { eventSpecified = false; } private long? _time; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"time", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public long time { get { return _time?? default(long); } set { _time = value; } } [global::System.Xml.Serialization.XmlIgnore] [global::System.ComponentModel.Browsable(false)] public bool timeSpecified { get { return this._time != null; } set { if (value == (this._time== null)) this._time = value ? this.time : (long?)null; } } private bool ShouldSerializetime() { return timeSpecified; } private void Resettime() { timeSpecified = false; } private string _content_en; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"content_en", DataFormat = global::ProtoBuf.DataFormat.Default)] public string content_en { get { return _content_en?? ""; } set { _content_en = value; } } [global::System.Xml.Serialization.XmlIgnore] [global::System.ComponentModel.Browsable(false)] public bool content_enSpecified { get { return this._content_en != null; } set { if (value == (this._content_en== null)) this._content_en = value ? this.content_en : (string)null; } } private bool ShouldSerializecontent_en() { return content_enSpecified; } private void Resetcontent_en() { content_enSpecified = false; } private string _content_th; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"content_th", DataFormat = global::ProtoBuf.DataFormat.Default)] public string content_th { get { return _content_th?? ""; } set { _content_th = value; } } [global::System.Xml.Serialization.XmlIgnore] [global::System.ComponentModel.Browsable(false)] public bool content_thSpecified { get { return this._content_th != null; } set { if (value == (this._content_th== null)) this._content_th = value ? this.content_th : (string)null; } } private bool ShouldSerializecontent_th() { return content_thSpecified; } private void Resetcontent_th() { content_thSpecified = false; } private string _content_zh; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"content_zh", DataFormat = global::ProtoBuf.DataFormat.Default)] public string content_zh { get { return _content_zh?? ""; } set { _content_zh = value; } } [global::System.Xml.Serialization.XmlIgnore] [global::System.ComponentModel.Browsable(false)] public bool content_zhSpecified { get { return this._content_zh != null; } set { if (value == (this._content_zh== null)) this._content_zh = value ? this.content_zh : (string)null; } } private bool ShouldSerializecontent_zh() { return content_zhSpecified; } private void Resetcontent_zh() { content_zhSpecified = false; } private string _content_fr; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"content_fr", DataFormat = global::ProtoBuf.DataFormat.Default)] public string content_fr { get { return _content_fr?? ""; } set { _content_fr = value; } } [global::System.Xml.Serialization.XmlIgnore] [global::System.ComponentModel.Browsable(false)] public bool content_frSpecified { get { return this._content_fr != null; } set { if (value == (this._content_fr== null)) this._content_fr = value ? this.content_fr : (string)null; } } private bool ShouldSerializecontent_fr() { return content_frSpecified; } private void Resetcontent_fr() { content_frSpecified = false; } private string _content_es; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"content_es", DataFormat = global::ProtoBuf.DataFormat.Default)] public string content_es { get { return _content_es?? ""; } set { _content_es = value; } } [global::System.Xml.Serialization.XmlIgnore] [global::System.ComponentModel.Browsable(false)] public bool content_esSpecified { get { return this._content_es != null; } set { if (value == (this._content_es== null)) this._content_es = value ? this.content_es : (string)null; } } private bool ShouldSerializecontent_es() { return content_esSpecified; } private void Resetcontent_es() { content_esSpecified = false; } private string _content_id; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"content_id", DataFormat = global::ProtoBuf.DataFormat.Default)] public string content_id { get { return _content_id?? ""; } set { _content_id = value; } } [global::System.Xml.Serialization.XmlIgnore] [global::System.ComponentModel.Browsable(false)] public bool content_idSpecified { get { return this._content_id != null; } set { if (value == (this._content_id== null)) this._content_id = value ? this.content_id : (string)null; } } private bool ShouldSerializecontent_id() { return content_idSpecified; } private void Resetcontent_id() { content_idSpecified = false; } private string _content_zh_hk; [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"content_zh_hk", DataFormat = global::ProtoBuf.DataFormat.Default)] public string content_zh_hk { get { return _content_zh_hk?? ""; } set { _content_zh_hk = value; } } [global::System.Xml.Serialization.XmlIgnore] [global::System.ComponentModel.Browsable(false)] public bool content_zh_hkSpecified { get { return this._content_zh_hk != null; } set { if (value == (this._content_zh_hk== null)) this._content_zh_hk = value ? this.content_zh_hk : (string)null; } } private bool ShouldSerializecontent_zh_hk() { return content_zh_hkSpecified; } private void Resetcontent_zh_hk() { content_zh_hkSpecified = false; } private string _content_pt; [global::ProtoBuf.ProtoMember(10, IsRequired = false, Name=@"content_pt", DataFormat = global::ProtoBuf.DataFormat.Default)] public string content_pt { get { return _content_pt?? ""; } set { _content_pt = value; } } [global::System.Xml.Serialization.XmlIgnore] [global::System.ComponentModel.Browsable(false)] public bool content_ptSpecified { get { return this._content_pt != null; } set { if (value == (this._content_pt== null)) this._content_pt = value ? this.content_pt : (string)null; } } private bool ShouldSerializecontent_pt() { return content_ptSpecified; } private void Resetcontent_pt() { content_ptSpecified = false; } private long? _chg; [global::ProtoBuf.ProtoMember(11, IsRequired = false, Name=@"chg", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public long chg { get { return _chg?? default(long); } set { _chg = value; } } [global::System.Xml.Serialization.XmlIgnore] [global::System.ComponentModel.Browsable(false)] public bool chgSpecified { get { return this._chg != null; } set { if (value == (this._chg== null)) this._chg = value ? this.chg : (long?)null; } } private bool ShouldSerializechg() { return chgSpecified; } private void Resetchg() { chgSpecified = false; } private string _content_hi; [global::ProtoBuf.ProtoMember(12, IsRequired = false, Name=@"content_hi", DataFormat = global::ProtoBuf.DataFormat.Default)] public string content_hi { get { return _content_hi?? ""; } set { _content_hi = value; } } [global::System.Xml.Serialization.XmlIgnore] [global::System.ComponentModel.Browsable(false)] public bool content_hiSpecified { get { return this._content_hi != null; } set { if (value == (this._content_hi== null)) this._content_hi = value ? this.content_hi : (string)null; } } private bool ShouldSerializecontent_hi() { return content_hiSpecified; } private void Resetcontent_hi() { content_hiSpecified = false; } private long? _sender_id; [global::ProtoBuf.ProtoMember(13, IsRequired = false, Name=@"sender_id", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public long sender_id { get { return _sender_id?? default(long); } set { _sender_id = value; } } [global::System.Xml.Serialization.XmlIgnore] [global::System.ComponentModel.Browsable(false)] public bool sender_idSpecified { get { return this._sender_id != null; } set { if (value == (this._sender_id== null)) this._sender_id = value ? this.sender_id : (long?)null; } } private bool ShouldSerializesender_id() { return sender_idSpecified; } private void Resetsender_id() { sender_idSpecified = false; } private string _content_ph; [global::ProtoBuf.ProtoMember(14, IsRequired = false, Name=@"content_ph", DataFormat = global::ProtoBuf.DataFormat.Default)] public string content_ph { get { return _content_ph?? ""; } set { _content_ph = value; } } [global::System.Xml.Serialization.XmlIgnore] [global::System.ComponentModel.Browsable(false)] public bool content_phSpecified { get { return this._content_ph != null; } set { if (value == (this._content_ph== null)) this._content_ph = value ? this.content_ph : (string)null; } } private bool ShouldSerializecontent_ph() { return content_phSpecified; } private void Resetcontent_ph() { content_phSpecified = false; } private string _country_list; [global::ProtoBuf.ProtoMember(15, IsRequired = false, Name=@"country_list", DataFormat = global::ProtoBuf.DataFormat.Default)] public string country_list { get { return _country_list?? ""; } set { _country_list = value; } } [global::System.Xml.Serialization.XmlIgnore] [global::System.ComponentModel.Browsable(false)] public bool country_listSpecified { get { return this._country_list != null; } set { if (value == (this._country_list== null)) this._country_list = value ? this.country_list : (string)null; } } private bool ShouldSerializecountry_list() { return country_listSpecified; } private void Resetcountry_list() { country_listSpecified = false; } private long? _country_type; [global::ProtoBuf.ProtoMember(16, IsRequired = false, Name=@"country_type", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public long country_type { get { return _country_type?? default(long); } set { _country_type = value; } } [global::System.Xml.Serialization.XmlIgnore] [global::System.ComponentModel.Browsable(false)] public bool country_typeSpecified { get { return this._country_type != null; } set { if (value == (this._country_type== null)) this._country_type = value ? this.country_type : (long?)null; } } private bool ShouldSerializecountry_type() { return country_typeSpecified; } private void Resetcountry_type() { country_typeSpecified = false; } 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=@"account_forbid_notify")] public partial class account_forbid_notify : global::ProtoBuf.IExtensible { public account_forbid_notify() {} private long? _account; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"account", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public long account { get { return _account?? default(long); } set { _account = value; } } [global::System.Xml.Serialization.XmlIgnore] [global::System.ComponentModel.Browsable(false)] public bool accountSpecified { get { return this._account != null; } set { if (value == (this._account== null)) this._account = value ? this.account : (long?)null; } } private bool ShouldSerializeaccount() { return accountSpecified; } private void Resetaccount() { accountSpecified = false; } private string _tips; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"tips", DataFormat = global::ProtoBuf.DataFormat.Default)] public string tips { get { return _tips?? ""; } set { _tips = value; } } [global::System.Xml.Serialization.XmlIgnore] [global::System.ComponentModel.Browsable(false)] public bool tipsSpecified { get { return this._tips != null; } set { if (value == (this._tips== null)) this._tips = value ? this.tips : (string)null; } } private bool ShouldSerializetips() { return tipsSpecified; } private void Resettips() { tipsSpecified = false; } private long? _model; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"model", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public long model { get { return _model?? default(long); } set { _model = value; } } [global::System.Xml.Serialization.XmlIgnore] [global::System.ComponentModel.Browsable(false)] public bool modelSpecified { get { return this._model != null; } set { if (value == (this._model== null)) this._model = value ? this.model : (long?)null; } } private bool ShouldSerializemodel() { return modelSpecified; } private void Resetmodel() { modelSpecified = false; } 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=@"role_tips_notify")] public partial class role_tips_notify : global::ProtoBuf.IExtensible { public role_tips_notify() {} private long? _account; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"account", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public long account { get { return _account?? default(long); } set { _account = value; } } [global::System.Xml.Serialization.XmlIgnore] [global::System.ComponentModel.Browsable(false)] public bool accountSpecified { get { return this._account != null; } set { if (value == (this._account== null)) this._account = value ? this.account : (long?)null; } } private bool ShouldSerializeaccount() { return accountSpecified; } private void Resetaccount() { accountSpecified = false; } private string _tips; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"tips", DataFormat = global::ProtoBuf.DataFormat.Default)] public string tips { get { return _tips?? ""; } set { _tips = value; } } [global::System.Xml.Serialization.XmlIgnore] [global::System.ComponentModel.Browsable(false)] public bool tipsSpecified { get { return this._tips != null; } set { if (value == (this._tips== null)) this._tips = value ? this.tips : (string)null; } } private bool ShouldSerializetips() { return tipsSpecified; } private void Resettips() { tipsSpecified = false; } private long? _model; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"model", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public long model { get { return _model?? default(long); } set { _model = value; } } [global::System.Xml.Serialization.XmlIgnore] [global::System.ComponentModel.Browsable(false)] public bool modelSpecified { get { return this._model != null; } set { if (value == (this._model== null)) this._model = value ? this.model : (long?)null; } } private bool ShouldSerializemodel() { return modelSpecified; } private void Resetmodel() { modelSpecified = false; } private string _item_str; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"item_str", DataFormat = global::ProtoBuf.DataFormat.Default)] public string item_str { get { return _item_str?? ""; } set { _item_str = value; } } [global::System.Xml.Serialization.XmlIgnore] [global::System.ComponentModel.Browsable(false)] public bool item_strSpecified { get { return this._item_str != null; } set { if (value == (this._item_str== null)) this._item_str = value ? this.item_str : (string)null; } } private bool ShouldSerializeitem_str() { return item_strSpecified; } private void Resetitem_str() { item_strSpecified = false; } private string _title; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"title", DataFormat = global::ProtoBuf.DataFormat.Default)] public string title { get { return _title?? ""; } set { _title = value; } } [global::System.Xml.Serialization.XmlIgnore] [global::System.ComponentModel.Browsable(false)] public bool titleSpecified { get { return this._title != null; } set { if (value == (this._title== null)) this._title = value ? this.title : (string)null; } } private bool ShouldSerializetitle() { return titleSpecified; } private void Resettitle() { titleSpecified = false; } private string _btn_text; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"btn_text", DataFormat = global::ProtoBuf.DataFormat.Default)] public string btn_text { get { return _btn_text?? ""; } set { _btn_text = value; } } [global::System.Xml.Serialization.XmlIgnore] [global::System.ComponentModel.Browsable(false)] public bool btn_textSpecified { get { return this._btn_text != null; } set { if (value == (this._btn_text== null)) this._btn_text = value ? this.btn_text : (string)null; } } private bool ShouldSerializebtn_text() { return btn_textSpecified; } private void Resetbtn_text() { btn_textSpecified = false; } 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=@"all_tips_notify")] public partial class all_tips_notify : global::ProtoBuf.IExtensible { public all_tips_notify() {} private bool? _kick; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"kick", DataFormat = global::ProtoBuf.DataFormat.Default)] public bool kick { get { return _kick?? default(bool); } set { _kick = value; } } [global::System.Xml.Serialization.XmlIgnore] [global::System.ComponentModel.Browsable(false)] public bool kickSpecified { get { return this._kick != null; } set { if (value == (this._kick== null)) this._kick = value ? this.kick : (bool?)null; } } private bool ShouldSerializekick() { return kickSpecified; } private void Resetkick() { kickSpecified = false; } private string _content_zh; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"content_zh", DataFormat = global::ProtoBuf.DataFormat.Default)] public string content_zh { get { return _content_zh?? ""; } set { _content_zh = value; } } [global::System.Xml.Serialization.XmlIgnore] [global::System.ComponentModel.Browsable(false)] public bool content_zhSpecified { get { return this._content_zh != null; } set { if (value == (this._content_zh== null)) this._content_zh = value ? this.content_zh : (string)null; } } private bool ShouldSerializecontent_zh() { return content_zhSpecified; } private void Resetcontent_zh() { content_zhSpecified = false; } private string _content_en; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"content_en", DataFormat = global::ProtoBuf.DataFormat.Default)] public string content_en { get { return _content_en?? ""; } set { _content_en = value; } } [global::System.Xml.Serialization.XmlIgnore] [global::System.ComponentModel.Browsable(false)] public bool content_enSpecified { get { return this._content_en != null; } set { if (value == (this._content_en== null)) this._content_en = value ? this.content_en : (string)null; } } private bool ShouldSerializecontent_en() { return content_enSpecified; } private void Resetcontent_en() { content_enSpecified = false; } private string _content_th; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"content_th", DataFormat = global::ProtoBuf.DataFormat.Default)] public string content_th { get { return _content_th?? ""; } set { _content_th = value; } } [global::System.Xml.Serialization.XmlIgnore] [global::System.ComponentModel.Browsable(false)] public bool content_thSpecified { get { return this._content_th != null; } set { if (value == (this._content_th== null)) this._content_th = value ? this.content_th : (string)null; } } private bool ShouldSerializecontent_th() { return content_thSpecified; } private void Resetcontent_th() { content_thSpecified = false; } private string _content_es; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"content_es", DataFormat = global::ProtoBuf.DataFormat.Default)] public string content_es { get { return _content_es?? ""; } set { _content_es = value; } } [global::System.Xml.Serialization.XmlIgnore] [global::System.ComponentModel.Browsable(false)] public bool content_esSpecified { get { return this._content_es != null; } set { if (value == (this._content_es== null)) this._content_es = value ? this.content_es : (string)null; } } private bool ShouldSerializecontent_es() { return content_esSpecified; } private void Resetcontent_es() { content_esSpecified = false; } private string _content_fr; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"content_fr", DataFormat = global::ProtoBuf.DataFormat.Default)] public string content_fr { get { return _content_fr?? ""; } set { _content_fr = value; } } [global::System.Xml.Serialization.XmlIgnore] [global::System.ComponentModel.Browsable(false)] public bool content_frSpecified { get { return this._content_fr != null; } set { if (value == (this._content_fr== null)) this._content_fr = value ? this.content_fr : (string)null; } } private bool ShouldSerializecontent_fr() { return content_frSpecified; } private void Resetcontent_fr() { content_frSpecified = false; } private string _content_id; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"content_id", DataFormat = global::ProtoBuf.DataFormat.Default)] public string content_id { get { return _content_id?? ""; } set { _content_id = value; } } [global::System.Xml.Serialization.XmlIgnore] [global::System.ComponentModel.Browsable(false)] public bool content_idSpecified { get { return this._content_id != null; } set { if (value == (this._content_id== null)) this._content_id = value ? this.content_id : (string)null; } } private bool ShouldSerializecontent_id() { return content_idSpecified; } private void Resetcontent_id() { content_idSpecified = false; } private string _content_zh_hk; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"content_zh_hk", DataFormat = global::ProtoBuf.DataFormat.Default)] public string content_zh_hk { get { return _content_zh_hk?? ""; } set { _content_zh_hk = value; } } [global::System.Xml.Serialization.XmlIgnore] [global::System.ComponentModel.Browsable(false)] public bool content_zh_hkSpecified { get { return this._content_zh_hk != null; } set { if (value == (this._content_zh_hk== null)) this._content_zh_hk = value ? this.content_zh_hk : (string)null; } } private bool ShouldSerializecontent_zh_hk() { return content_zh_hkSpecified; } private void Resetcontent_zh_hk() { content_zh_hkSpecified = false; } private string _content_pt; [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"content_pt", DataFormat = global::ProtoBuf.DataFormat.Default)] public string content_pt { get { return _content_pt?? ""; } set { _content_pt = value; } } [global::System.Xml.Serialization.XmlIgnore] [global::System.ComponentModel.Browsable(false)] public bool content_ptSpecified { get { return this._content_pt != null; } set { if (value == (this._content_pt== null)) this._content_pt = value ? this.content_pt : (string)null; } } private bool ShouldSerializecontent_pt() { return content_ptSpecified; } private void Resetcontent_pt() { content_ptSpecified = false; } private string _content_hi; [global::ProtoBuf.ProtoMember(10, IsRequired = false, Name=@"content_hi", DataFormat = global::ProtoBuf.DataFormat.Default)] public string content_hi { get { return _content_hi?? ""; } set { _content_hi = value; } } [global::System.Xml.Serialization.XmlIgnore] [global::System.ComponentModel.Browsable(false)] public bool content_hiSpecified { get { return this._content_hi != null; } set { if (value == (this._content_hi== null)) this._content_hi = value ? this.content_hi : (string)null; } } private bool ShouldSerializecontent_hi() { return content_hiSpecified; } private void Resetcontent_hi() { content_hiSpecified = false; } private string _content_ph; [global::ProtoBuf.ProtoMember(11, IsRequired = false, Name=@"content_ph", DataFormat = global::ProtoBuf.DataFormat.Default)] public string content_ph { get { return _content_ph?? ""; } set { _content_ph = value; } } [global::System.Xml.Serialization.XmlIgnore] [global::System.ComponentModel.Browsable(false)] public bool content_phSpecified { get { return this._content_ph != null; } set { if (value == (this._content_ph== null)) this._content_ph = value ? this.content_ph : (string)null; } } private bool ShouldSerializecontent_ph() { return content_phSpecified; } private void Resetcontent_ph() { content_phSpecified = false; } private string _country_list; [global::ProtoBuf.ProtoMember(12, IsRequired = false, Name=@"country_list", DataFormat = global::ProtoBuf.DataFormat.Default)] public string country_list { get { return _country_list?? ""; } set { _country_list = value; } } [global::System.Xml.Serialization.XmlIgnore] [global::System.ComponentModel.Browsable(false)] public bool country_listSpecified { get { return this._country_list != null; } set { if (value == (this._country_list== null)) this._country_list = value ? this.country_list : (string)null; } } private bool ShouldSerializecountry_list() { return country_listSpecified; } private void Resetcountry_list() { country_listSpecified = false; } 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=@"batch_tips_notify")] public partial class batch_tips_notify : global::ProtoBuf.IExtensible { public batch_tips_notify() {} private readonly global::System.Collections.Generic.List _accounts = new global::System.Collections.Generic.List(); [global::ProtoBuf.ProtoMember(1, Name=@"accounts", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public global::System.Collections.Generic.List accounts { get { return _accounts; } } private bool? _kick; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"kick", DataFormat = global::ProtoBuf.DataFormat.Default)] public bool kick { get { return _kick?? default(bool); } set { _kick = value; } } [global::System.Xml.Serialization.XmlIgnore] [global::System.ComponentModel.Browsable(false)] public bool kickSpecified { get { return this._kick != null; } set { if (value == (this._kick== null)) this._kick = value ? this.kick : (bool?)null; } } private bool ShouldSerializekick() { return kickSpecified; } private void Resetkick() { kickSpecified = false; } private string _content_zh; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"content_zh", DataFormat = global::ProtoBuf.DataFormat.Default)] public string content_zh { get { return _content_zh?? ""; } set { _content_zh = value; } } [global::System.Xml.Serialization.XmlIgnore] [global::System.ComponentModel.Browsable(false)] public bool content_zhSpecified { get { return this._content_zh != null; } set { if (value == (this._content_zh== null)) this._content_zh = value ? this.content_zh : (string)null; } } private bool ShouldSerializecontent_zh() { return content_zhSpecified; } private void Resetcontent_zh() { content_zhSpecified = false; } private string _content_en; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"content_en", DataFormat = global::ProtoBuf.DataFormat.Default)] public string content_en { get { return _content_en?? ""; } set { _content_en = value; } } [global::System.Xml.Serialization.XmlIgnore] [global::System.ComponentModel.Browsable(false)] public bool content_enSpecified { get { return this._content_en != null; } set { if (value == (this._content_en== null)) this._content_en = value ? this.content_en : (string)null; } } private bool ShouldSerializecontent_en() { return content_enSpecified; } private void Resetcontent_en() { content_enSpecified = false; } private string _content_th; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"content_th", DataFormat = global::ProtoBuf.DataFormat.Default)] public string content_th { get { return _content_th?? ""; } set { _content_th = value; } } [global::System.Xml.Serialization.XmlIgnore] [global::System.ComponentModel.Browsable(false)] public bool content_thSpecified { get { return this._content_th != null; } set { if (value == (this._content_th== null)) this._content_th = value ? this.content_th : (string)null; } } private bool ShouldSerializecontent_th() { return content_thSpecified; } private void Resetcontent_th() { content_thSpecified = false; } private string _content_es; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"content_es", DataFormat = global::ProtoBuf.DataFormat.Default)] public string content_es { get { return _content_es?? ""; } set { _content_es = value; } } [global::System.Xml.Serialization.XmlIgnore] [global::System.ComponentModel.Browsable(false)] public bool content_esSpecified { get { return this._content_es != null; } set { if (value == (this._content_es== null)) this._content_es = value ? this.content_es : (string)null; } } private bool ShouldSerializecontent_es() { return content_esSpecified; } private void Resetcontent_es() { content_esSpecified = false; } private string _content_fr; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"content_fr", DataFormat = global::ProtoBuf.DataFormat.Default)] public string content_fr { get { return _content_fr?? ""; } set { _content_fr = value; } } [global::System.Xml.Serialization.XmlIgnore] [global::System.ComponentModel.Browsable(false)] public bool content_frSpecified { get { return this._content_fr != null; } set { if (value == (this._content_fr== null)) this._content_fr = value ? this.content_fr : (string)null; } } private bool ShouldSerializecontent_fr() { return content_frSpecified; } private void Resetcontent_fr() { content_frSpecified = false; } private string _content_id; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"content_id", DataFormat = global::ProtoBuf.DataFormat.Default)] public string content_id { get { return _content_id?? ""; } set { _content_id = value; } } [global::System.Xml.Serialization.XmlIgnore] [global::System.ComponentModel.Browsable(false)] public bool content_idSpecified { get { return this._content_id != null; } set { if (value == (this._content_id== null)) this._content_id = value ? this.content_id : (string)null; } } private bool ShouldSerializecontent_id() { return content_idSpecified; } private void Resetcontent_id() { content_idSpecified = false; } private string _content_zh_hk; [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"content_zh_hk", DataFormat = global::ProtoBuf.DataFormat.Default)] public string content_zh_hk { get { return _content_zh_hk?? ""; } set { _content_zh_hk = value; } } [global::System.Xml.Serialization.XmlIgnore] [global::System.ComponentModel.Browsable(false)] public bool content_zh_hkSpecified { get { return this._content_zh_hk != null; } set { if (value == (this._content_zh_hk== null)) this._content_zh_hk = value ? this.content_zh_hk : (string)null; } } private bool ShouldSerializecontent_zh_hk() { return content_zh_hkSpecified; } private void Resetcontent_zh_hk() { content_zh_hkSpecified = false; } private string _content_pt; [global::ProtoBuf.ProtoMember(10, IsRequired = false, Name=@"content_pt", DataFormat = global::ProtoBuf.DataFormat.Default)] public string content_pt { get { return _content_pt?? ""; } set { _content_pt = value; } } [global::System.Xml.Serialization.XmlIgnore] [global::System.ComponentModel.Browsable(false)] public bool content_ptSpecified { get { return this._content_pt != null; } set { if (value == (this._content_pt== null)) this._content_pt = value ? this.content_pt : (string)null; } } private bool ShouldSerializecontent_pt() { return content_ptSpecified; } private void Resetcontent_pt() { content_ptSpecified = false; } private string _content_hi; [global::ProtoBuf.ProtoMember(11, IsRequired = false, Name=@"content_hi", DataFormat = global::ProtoBuf.DataFormat.Default)] public string content_hi { get { return _content_hi?? ""; } set { _content_hi = value; } } [global::System.Xml.Serialization.XmlIgnore] [global::System.ComponentModel.Browsable(false)] public bool content_hiSpecified { get { return this._content_hi != null; } set { if (value == (this._content_hi== null)) this._content_hi = value ? this.content_hi : (string)null; } } private bool ShouldSerializecontent_hi() { return content_hiSpecified; } private void Resetcontent_hi() { content_hiSpecified = false; } private string _content_ph; [global::ProtoBuf.ProtoMember(12, IsRequired = false, Name=@"content_ph", DataFormat = global::ProtoBuf.DataFormat.Default)] public string content_ph { get { return _content_ph?? ""; } set { _content_ph = value; } } [global::System.Xml.Serialization.XmlIgnore] [global::System.ComponentModel.Browsable(false)] public bool content_phSpecified { get { return this._content_ph != null; } set { if (value == (this._content_ph== null)) this._content_ph = value ? this.content_ph : (string)null; } } private bool ShouldSerializecontent_ph() { return content_phSpecified; } private void Resetcontent_ph() { content_phSpecified = false; } private long? _model; [global::ProtoBuf.ProtoMember(13, IsRequired = false, Name=@"model", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public long model { get { return _model?? default(long); } set { _model = value; } } [global::System.Xml.Serialization.XmlIgnore] [global::System.ComponentModel.Browsable(false)] public bool modelSpecified { get { return this._model != null; } set { if (value == (this._model== null)) this._model = value ? this.model : (long?)null; } } private bool ShouldSerializemodel() { return modelSpecified; } private void Resetmodel() { modelSpecified = false; } private string _item_json; [global::ProtoBuf.ProtoMember(14, IsRequired = false, Name=@"item_json", DataFormat = global::ProtoBuf.DataFormat.Default)] public string item_json { get { return _item_json?? ""; } set { _item_json = value; } } [global::System.Xml.Serialization.XmlIgnore] [global::System.ComponentModel.Browsable(false)] public bool item_jsonSpecified { get { return this._item_json != null; } set { if (value == (this._item_json== null)) this._item_json = value ? this.item_json : (string)null; } } private bool ShouldSerializeitem_json() { return item_jsonSpecified; } private void Resetitem_json() { item_jsonSpecified = false; } 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=@"notice_load_info")] public partial class notice_load_info : global::ProtoBuf.IExtensible { public notice_load_info() {} private string _title; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"title", DataFormat = global::ProtoBuf.DataFormat.Default)] public string title { get { return _title?? ""; } set { _title = value; } } [global::System.Xml.Serialization.XmlIgnore] [global::System.ComponentModel.Browsable(false)] public bool titleSpecified { get { return this._title != null; } set { if (value == (this._title== null)) this._title = value ? this.title : (string)null; } } private bool ShouldSerializetitle() { return titleSpecified; } private void Resettitle() { titleSpecified = false; } private string _content; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"content", DataFormat = global::ProtoBuf.DataFormat.Default)] public string content { get { return _content?? ""; } set { _content = value; } } [global::System.Xml.Serialization.XmlIgnore] [global::System.ComponentModel.Browsable(false)] public bool contentSpecified { get { return this._content != null; } set { if (value == (this._content== null)) this._content = value ? this.content : (string)null; } } private bool ShouldSerializecontent() { return contentSpecified; } private void Resetcontent() { contentSpecified = false; } private string _begin_time; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"begin_time", DataFormat = global::ProtoBuf.DataFormat.Default)] public string begin_time { get { return _begin_time?? ""; } set { _begin_time = value; } } [global::System.Xml.Serialization.XmlIgnore] [global::System.ComponentModel.Browsable(false)] public bool begin_timeSpecified { get { return this._begin_time != null; } set { if (value == (this._begin_time== null)) this._begin_time = value ? this.begin_time : (string)null; } } private bool ShouldSerializebegin_time() { return begin_timeSpecified; } private void Resetbegin_time() { begin_timeSpecified = false; } private string _end_time; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"end_time", DataFormat = global::ProtoBuf.DataFormat.Default)] public string end_time { get { return _end_time?? ""; } set { _end_time = value; } } [global::System.Xml.Serialization.XmlIgnore] [global::System.ComponentModel.Browsable(false)] public bool end_timeSpecified { get { return this._end_time != null; } set { if (value == (this._end_time== null)) this._end_time = value ? this.end_time : (string)null; } } private bool ShouldSerializeend_time() { return end_timeSpecified; } private void Resetend_time() { end_timeSpecified = false; } private long? _chg; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"chg", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public long chg { get { return _chg?? default(long); } set { _chg = value; } } [global::System.Xml.Serialization.XmlIgnore] [global::System.ComponentModel.Browsable(false)] public bool chgSpecified { get { return this._chg != null; } set { if (value == (this._chg== null)) this._chg = value ? this.chg : (long?)null; } } private bool ShouldSerializechg() { return chgSpecified; } private void Resetchg() { chgSpecified = false; } 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=@"notice_load_notify")] public partial class notice_load_notify : global::ProtoBuf.IExtensible { public notice_load_notify() {} private readonly global::System.Collections.Generic.List _notices = new global::System.Collections.Generic.List(); [global::ProtoBuf.ProtoMember(1, Name=@"notices", DataFormat = global::ProtoBuf.DataFormat.Default)] public global::System.Collections.Generic.List notices { get { return _notices; } } 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=@"behalf_load_notify")] public partial class behalf_load_notify : global::ProtoBuf.IExtensible { public behalf_load_notify() {} private long? _status; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"status", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public long status { get { return _status?? default(long); } set { _status = value; } } [global::System.Xml.Serialization.XmlIgnore] [global::System.ComponentModel.Browsable(false)] public bool statusSpecified { get { return this._status != null; } set { if (value == (this._status== null)) this._status = value ? this.status : (long?)null; } } private bool ShouldSerializestatus() { return statusSpecified; } private void Resetstatus() { statusSpecified = false; } private long? _begin_time; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"begin_time", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public long begin_time { get { return _begin_time?? default(long); } set { _begin_time = value; } } [global::System.Xml.Serialization.XmlIgnore] [global::System.ComponentModel.Browsable(false)] public bool begin_timeSpecified { get { return this._begin_time != null; } set { if (value == (this._begin_time== null)) this._begin_time = value ? this.begin_time : (long?)null; } } private bool ShouldSerializebegin_time() { return begin_timeSpecified; } private void Resetbegin_time() { begin_timeSpecified = false; } private long? _end_time; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"end_time", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public long end_time { get { return _end_time?? default(long); } set { _end_time = value; } } [global::System.Xml.Serialization.XmlIgnore] [global::System.ComponentModel.Browsable(false)] public bool end_timeSpecified { get { return this._end_time != null; } set { if (value == (this._end_time== null)) this._end_time = value ? this.end_time : (long?)null; } } private bool ShouldSerializeend_time() { return end_timeSpecified; } private void Resetend_time() { end_timeSpecified = false; } private string _content; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"content", DataFormat = global::ProtoBuf.DataFormat.Default)] public string content { get { return _content?? ""; } set { _content = value; } } [global::System.Xml.Serialization.XmlIgnore] [global::System.ComponentModel.Browsable(false)] public bool contentSpecified { get { return this._content != null; } set { if (value == (this._content== null)) this._content = value ? this.content : (string)null; } } private bool ShouldSerializecontent() { return contentSpecified; } private void Resetcontent() { contentSpecified = false; } private readonly global::System.Collections.Generic.List _inners = new global::System.Collections.Generic.List(); [global::ProtoBuf.ProtoMember(5, Name=@"inners", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public global::System.Collections.Generic.List inners { get { return _inners; } } 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=@"idfa_info")] public partial class idfa_info : global::ProtoBuf.IExtensible { public idfa_info() {} private string _idfa; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"idfa", DataFormat = global::ProtoBuf.DataFormat.Default)] public string idfa { get { return _idfa?? ""; } set { _idfa = value; } } [global::System.Xml.Serialization.XmlIgnore] [global::System.ComponentModel.Browsable(false)] public bool idfaSpecified { get { return this._idfa != null; } set { if (value == (this._idfa== null)) this._idfa = value ? this.idfa : (string)null; } } private bool ShouldSerializeidfa() { return idfaSpecified; } private void Resetidfa() { idfaSpecified = false; } 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=@"inner_idfas_load_notify")] public partial class inner_idfas_load_notify : global::ProtoBuf.IExtensible { public inner_idfas_load_notify() {} private readonly global::System.Collections.Generic.List _inner_idfas = new global::System.Collections.Generic.List(); [global::ProtoBuf.ProtoMember(1, Name=@"inner_idfas", DataFormat = global::ProtoBuf.DataFormat.Default)] public global::System.Collections.Generic.List inner_idfas { get { return _inner_idfas; } } 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=@"send_broadcast_part_notify")] public partial class send_broadcast_part_notify : global::ProtoBuf.IExtensible { public send_broadcast_part_notify() {} private long? _chg; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"chg", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public long chg { get { return _chg?? default(long); } set { _chg = value; } } [global::System.Xml.Serialization.XmlIgnore] [global::System.ComponentModel.Browsable(false)] public bool chgSpecified { get { return this._chg != null; } set { if (value == (this._chg== null)) this._chg = value ? this.chg : (long?)null; } } private bool ShouldSerializechg() { return chgSpecified; } private void Resetchg() { chgSpecified = false; } private string _update_type; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"update_type", DataFormat = global::ProtoBuf.DataFormat.Default)] public string update_type { get { return _update_type?? ""; } set { _update_type = value; } } [global::System.Xml.Serialization.XmlIgnore] [global::System.ComponentModel.Browsable(false)] public bool update_typeSpecified { get { return this._update_type != null; } set { if (value == (this._update_type== null)) this._update_type = value ? this.update_type : (string)null; } } private bool ShouldSerializeupdate_type() { return update_typeSpecified; } private void Resetupdate_type() { update_typeSpecified = false; } private long? _timestamp; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"timestamp", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public long timestamp { get { return _timestamp?? default(long); } set { _timestamp = value; } } [global::System.Xml.Serialization.XmlIgnore] [global::System.ComponentModel.Browsable(false)] public bool timestampSpecified { get { return this._timestamp != null; } set { if (value == (this._timestamp== null)) this._timestamp = value ? this.timestamp : (long?)null; } } private bool ShouldSerializetimestamp() { return timestampSpecified; } private void Resettimestamp() { timestampSpecified = false; } 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=@"account_activity_detail_notify")] public partial class account_activity_detail_notify : global::ProtoBuf.IExtensible { public account_activity_detail_notify() {} private long? _account; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"account", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public long account { get { return _account?? default(long); } set { _account = value; } } [global::System.Xml.Serialization.XmlIgnore] [global::System.ComponentModel.Browsable(false)] public bool accountSpecified { get { return this._account != null; } set { if (value == (this._account== null)) this._account = value ? this.account : (long?)null; } } private bool ShouldSerializeaccount() { return accountSpecified; } private void Resetaccount() { accountSpecified = false; } private long? _ac_type; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"ac_type", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public long ac_type { get { return _ac_type?? default(long); } set { _ac_type = value; } } [global::System.Xml.Serialization.XmlIgnore] [global::System.ComponentModel.Browsable(false)] public bool ac_typeSpecified { get { return this._ac_type != null; } set { if (value == (this._ac_type== null)) this._ac_type = value ? this.ac_type : (long?)null; } } private bool ShouldSerializeac_type() { return ac_typeSpecified; } private void Resetac_type() { ac_typeSpecified = false; } private string _content; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"content", DataFormat = global::ProtoBuf.DataFormat.Default)] public string content { get { return _content?? ""; } set { _content = value; } } [global::System.Xml.Serialization.XmlIgnore] [global::System.ComponentModel.Browsable(false)] public bool contentSpecified { get { return this._content != null; } set { if (value == (this._content== null)) this._content = value ? this.content : (string)null; } } private bool ShouldSerializecontent() { return contentSpecified; } private void Resetcontent() { contentSpecified = false; } private string _title; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"title", DataFormat = global::ProtoBuf.DataFormat.Default)] public string title { get { return _title?? ""; } set { _title = value; } } [global::System.Xml.Serialization.XmlIgnore] [global::System.ComponentModel.Browsable(false)] public bool titleSpecified { get { return this._title != null; } set { if (value == (this._title== null)) this._title = value ? this.title : (string)null; } } private bool ShouldSerializetitle() { return titleSpecified; } private void Resettitle() { titleSpecified = false; } private string _detail; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"detail", DataFormat = global::ProtoBuf.DataFormat.Default)] public string detail { get { return _detail?? ""; } set { _detail = value; } } [global::System.Xml.Serialization.XmlIgnore] [global::System.ComponentModel.Browsable(false)] public bool detailSpecified { get { return this._detail != null; } set { if (value == (this._detail== null)) this._detail = value ? this.detail : (string)null; } } private bool ShouldSerializedetail() { return detailSpecified; } private void Resetdetail() { detailSpecified = false; } private string _url; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"url", DataFormat = global::ProtoBuf.DataFormat.Default)] public string url { get { return _url?? ""; } set { _url = value; } } [global::System.Xml.Serialization.XmlIgnore] [global::System.ComponentModel.Browsable(false)] public bool urlSpecified { get { return this._url != null; } set { if (value == (this._url== null)) this._url = value ? this.url : (string)null; } } private bool ShouldSerializeurl() { return urlSpecified; } private void Reseturl() { urlSpecified = false; } private long? _jump; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"jump", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public long jump { get { return _jump?? default(long); } set { _jump = value; } } [global::System.Xml.Serialization.XmlIgnore] [global::System.ComponentModel.Browsable(false)] public bool jumpSpecified { get { return this._jump != null; } set { if (value == (this._jump== null)) this._jump = value ? this.jump : (long?)null; } } private bool ShouldSerializejump() { return jumpSpecified; } private void Resetjump() { jumpSpecified = false; } private string _item_str; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"item_str", DataFormat = global::ProtoBuf.DataFormat.Default)] public string item_str { get { return _item_str?? ""; } set { _item_str = value; } } [global::System.Xml.Serialization.XmlIgnore] [global::System.ComponentModel.Browsable(false)] public bool item_strSpecified { get { return this._item_str != null; } set { if (value == (this._item_str== null)) this._item_str = value ? this.item_str : (string)null; } } private bool ShouldSerializeitem_str() { return item_strSpecified; } private void Resetitem_str() { item_strSpecified = false; } private string _gif_str; [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"gif_str", DataFormat = global::ProtoBuf.DataFormat.Default)] public string gif_str { get { return _gif_str?? ""; } set { _gif_str = value; } } [global::System.Xml.Serialization.XmlIgnore] [global::System.ComponentModel.Browsable(false)] public bool gif_strSpecified { get { return this._gif_str != null; } set { if (value == (this._gif_str== null)) this._gif_str = value ? this.gif_str : (string)null; } } private bool ShouldSerializegif_str() { return gif_strSpecified; } private void Resetgif_str() { gif_strSpecified = false; } private string _jump_code; [global::ProtoBuf.ProtoMember(10, IsRequired = false, Name=@"jump_code", DataFormat = global::ProtoBuf.DataFormat.Default)] public string jump_code { get { return _jump_code?? ""; } set { _jump_code = value; } } [global::System.Xml.Serialization.XmlIgnore] [global::System.ComponentModel.Browsable(false)] public bool jump_codeSpecified { get { return this._jump_code != null; } set { if (value == (this._jump_code== null)) this._jump_code = value ? this.jump_code : (string)null; } } private bool ShouldSerializejump_code() { return jump_codeSpecified; } private void Resetjump_code() { jump_codeSpecified = false; } private bool? _offline_save; [global::ProtoBuf.ProtoMember(11, IsRequired = false, Name=@"offline_save", DataFormat = global::ProtoBuf.DataFormat.Default)] public bool offline_save { get { return _offline_save?? default(bool); } set { _offline_save = value; } } [global::System.Xml.Serialization.XmlIgnore] [global::System.ComponentModel.Browsable(false)] public bool offline_saveSpecified { get { return this._offline_save != null; } set { if (value == (this._offline_save== null)) this._offline_save = value ? this.offline_save : (bool?)null; } } private bool ShouldSerializeoffline_save() { return offline_saveSpecified; } private void Resetoffline_save() { offline_saveSpecified = false; } 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=@"server_online_count_update_notify")] public partial class server_online_count_update_notify : global::ProtoBuf.IExtensible { public server_online_count_update_notify() {} private long? _count; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"count", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public long count { get { return _count?? default(long); } set { _count = value; } } [global::System.Xml.Serialization.XmlIgnore] [global::System.ComponentModel.Browsable(false)] public bool countSpecified { get { return this._count != null; } set { if (value == (this._count== null)) this._count = value ? this.count : (long?)null; } } private bool ShouldSerializecount() { return countSpecified; } private void Resetcount() { countSpecified = false; } private readonly global::System.Collections.Generic.List _groups = new global::System.Collections.Generic.List(); [global::ProtoBuf.ProtoMember(2, Name=@"groups", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public global::System.Collections.Generic.List groups { get { return _groups; } } private readonly global::System.Collections.Generic.List _counts = new global::System.Collections.Generic.List(); [global::ProtoBuf.ProtoMember(3, Name=@"counts", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public global::System.Collections.Generic.List counts { get { return _counts; } } private string _onlines_channels_json; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"onlines_channels_json", DataFormat = global::ProtoBuf.DataFormat.Default)] public string onlines_channels_json { get { return _onlines_channels_json?? ""; } set { _onlines_channels_json = value; } } [global::System.Xml.Serialization.XmlIgnore] [global::System.ComponentModel.Browsable(false)] public bool onlines_channels_jsonSpecified { get { return this._onlines_channels_json != null; } set { if (value == (this._onlines_channels_json== null)) this._onlines_channels_json = value ? this.onlines_channels_json : (string)null; } } private bool ShouldSerializeonlines_channels_json() { return onlines_channels_jsonSpecified; } private void Resetonlines_channels_json() { onlines_channels_jsonSpecified = false; } 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=@"internal_server_to_gamesvr_notify")] public partial class internal_server_to_gamesvr_notify : global::ProtoBuf.IExtensible { public internal_server_to_gamesvr_notify() {} private long? _outside_cmd; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"outside_cmd", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public long outside_cmd { get { return _outside_cmd?? default(long); } set { _outside_cmd = value; } } [global::System.Xml.Serialization.XmlIgnore] [global::System.ComponentModel.Browsable(false)] public bool outside_cmdSpecified { get { return this._outside_cmd != null; } set { if (value == (this._outside_cmd== null)) this._outside_cmd = value ? this.outside_cmd : (long?)null; } } private bool ShouldSerializeoutside_cmd() { return outside_cmdSpecified; } private void Resetoutside_cmd() { outside_cmdSpecified = false; } private long? _account; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"account", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public long account { get { return _account?? default(long); } set { _account = value; } } [global::System.Xml.Serialization.XmlIgnore] [global::System.ComponentModel.Browsable(false)] public bool accountSpecified { get { return this._account != null; } set { if (value == (this._account== null)) this._account = value ? this.account : (long?)null; } } private bool ShouldSerializeaccount() { return accountSpecified; } private void Resetaccount() { accountSpecified = false; } 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=@"priority_resource_notify")] public partial class priority_resource_notify : global::ProtoBuf.IExtensible { public priority_resource_notify() {} private string _source; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"source", DataFormat = global::ProtoBuf.DataFormat.Default)] public string source { get { return _source?? ""; } set { _source = value; } } [global::System.Xml.Serialization.XmlIgnore] [global::System.ComponentModel.Browsable(false)] public bool sourceSpecified { get { return this._source != null; } set { if (value == (this._source== null)) this._source = value ? this.source : (string)null; } } private bool ShouldSerializesource() { return sourceSpecified; } private void Resetsource() { sourceSpecified = false; } private long? _unique_room_id; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"unique_room_id", DataFormat = global::ProtoBuf.DataFormat.FixedSize)] public long unique_room_id { get { return _unique_room_id?? default(long); } set { _unique_room_id = value; } } [global::System.Xml.Serialization.XmlIgnore] [global::System.ComponentModel.Browsable(false)] public bool unique_room_idSpecified { get { return this._unique_room_id != null; } set { if (value == (this._unique_room_id== null)) this._unique_room_id = value ? this.unique_room_id : (long?)null; } } private bool ShouldSerializeunique_room_id() { return unique_room_idSpecified; } private void Resetunique_room_id() { unique_room_idSpecified = false; } private com.wing.proto.item_info _item = null; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"item", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public com.wing.proto.item_info item { get { return _item; } set { _item = value; } } private com.wing.proto.item_info _priority_item = null; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"priority_item", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public com.wing.proto.item_info priority_item { get { return _priority_item; } set { _priority_item = value; } } private string _remark; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"remark", DataFormat = global::ProtoBuf.DataFormat.Default)] public string remark { get { return _remark?? ""; } set { _remark = value; } } [global::System.Xml.Serialization.XmlIgnore] [global::System.ComponentModel.Browsable(false)] public bool remarkSpecified { get { return this._remark != null; } set { if (value == (this._remark== null)) this._remark = value ? this.remark : (string)null; } } private bool ShouldSerializeremark() { return remarkSpecified; } private void Resetremark() { remarkSpecified = false; } 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=@"send_player_login_notify")] public partial class send_player_login_notify : global::ProtoBuf.IExtensible { public send_player_login_notify() {} private long? _account; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"account", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public long account { get { return _account?? default(long); } set { _account = value; } } [global::System.Xml.Serialization.XmlIgnore] [global::System.ComponentModel.Browsable(false)] public bool accountSpecified { get { return this._account != null; } set { if (value == (this._account== null)) this._account = value ? this.account : (long?)null; } } private bool ShouldSerializeaccount() { return accountSpecified; } private void Resetaccount() { accountSpecified = false; } private long? _channel; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"channel", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public long channel { get { return _channel?? default(long); } set { _channel = value; } } [global::System.Xml.Serialization.XmlIgnore] [global::System.ComponentModel.Browsable(false)] public bool channelSpecified { get { return this._channel != null; } set { if (value == (this._channel== null)) this._channel = value ? this.channel : (long?)null; } } private bool ShouldSerializechannel() { return channelSpecified; } private void Resetchannel() { channelSpecified = false; } private string _ip; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"ip", DataFormat = global::ProtoBuf.DataFormat.Default)] public string ip { get { return _ip?? ""; } set { _ip = value; } } [global::System.Xml.Serialization.XmlIgnore] [global::System.ComponentModel.Browsable(false)] public bool ipSpecified { get { return this._ip != null; } set { if (value == (this._ip== null)) this._ip = value ? this.ip : (string)null; } } private bool ShouldSerializeip() { return ipSpecified; } private void Resetip() { ipSpecified = false; } private long? _regist_channel; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"regist_channel", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public long regist_channel { get { return _regist_channel?? default(long); } set { _regist_channel = value; } } [global::System.Xml.Serialization.XmlIgnore] [global::System.ComponentModel.Browsable(false)] public bool regist_channelSpecified { get { return this._regist_channel != null; } set { if (value == (this._regist_channel== null)) this._regist_channel = value ? this.regist_channel : (long?)null; } } private bool ShouldSerializeregist_channel() { return regist_channelSpecified; } private void Resetregist_channel() { regist_channelSpecified = false; } private string _name; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"name", DataFormat = global::ProtoBuf.DataFormat.Default)] public string name { get { return _name?? ""; } set { _name = value; } } [global::System.Xml.Serialization.XmlIgnore] [global::System.ComponentModel.Browsable(false)] public bool nameSpecified { get { return this._name != null; } set { if (value == (this._name== null)) this._name = value ? this.name : (string)null; } } private bool ShouldSerializename() { return nameSpecified; } private void Resetname() { nameSpecified = false; } private string _avatar; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"avatar", DataFormat = global::ProtoBuf.DataFormat.Default)] public string avatar { get { return _avatar?? ""; } set { _avatar = value; } } [global::System.Xml.Serialization.XmlIgnore] [global::System.ComponentModel.Browsable(false)] public bool avatarSpecified { get { return this._avatar != null; } set { if (value == (this._avatar== null)) this._avatar = value ? this.avatar : (string)null; } } private bool ShouldSerializeavatar() { return avatarSpecified; } private void Resetavatar() { avatarSpecified = false; } private long? _sex; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"sex", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public long sex { get { return _sex?? default(long); } set { _sex = value; } } [global::System.Xml.Serialization.XmlIgnore] [global::System.ComponentModel.Browsable(false)] public bool sexSpecified { get { return this._sex != null; } set { if (value == (this._sex== null)) this._sex = value ? this.sex : (long?)null; } } private bool ShouldSerializesex() { return sexSpecified; } private void Resetsex() { sexSpecified = false; } private string _language; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"language", DataFormat = global::ProtoBuf.DataFormat.Default)] public string language { get { return _language?? ""; } set { _language = value; } } [global::System.Xml.Serialization.XmlIgnore] [global::System.ComponentModel.Browsable(false)] public bool languageSpecified { get { return this._language != null; } set { if (value == (this._language== null)) this._language = value ? this.language : (string)null; } } private bool ShouldSerializelanguage() { return languageSpecified; } private void Resetlanguage() { languageSpecified = false; } private string _ver; [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"ver", DataFormat = global::ProtoBuf.DataFormat.Default)] public string ver { get { return _ver?? ""; } set { _ver = value; } } [global::System.Xml.Serialization.XmlIgnore] [global::System.ComponentModel.Browsable(false)] public bool verSpecified { get { return this._ver != null; } set { if (value == (this._ver== null)) this._ver = value ? this.ver : (string)null; } } private bool ShouldSerializever() { return verSpecified; } private void Resetver() { verSpecified = false; } private bool? _safe_mode; [global::ProtoBuf.ProtoMember(10, IsRequired = false, Name=@"safe_mode", DataFormat = global::ProtoBuf.DataFormat.Default)] public bool safe_mode { get { return _safe_mode?? default(bool); } set { _safe_mode = value; } } [global::System.Xml.Serialization.XmlIgnore] [global::System.ComponentModel.Browsable(false)] public bool safe_modeSpecified { get { return this._safe_mode != null; } set { if (value == (this._safe_mode== null)) this._safe_mode = value ? this.safe_mode : (bool?)null; } } private bool ShouldSerializesafe_mode() { return safe_modeSpecified; } private void Resetsafe_mode() { safe_modeSpecified = false; } private string _idfa; [global::ProtoBuf.ProtoMember(11, IsRequired = false, Name=@"idfa", DataFormat = global::ProtoBuf.DataFormat.Default)] public string idfa { get { return _idfa?? ""; } set { _idfa = value; } } [global::System.Xml.Serialization.XmlIgnore] [global::System.ComponentModel.Browsable(false)] public bool idfaSpecified { get { return this._idfa != null; } set { if (value == (this._idfa== null)) this._idfa = value ? this.idfa : (string)null; } } private bool ShouldSerializeidfa() { return idfaSpecified; } private void Resetidfa() { idfaSpecified = false; } private long? _version; [global::ProtoBuf.ProtoMember(12, IsRequired = false, Name=@"version", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public long version { get { return _version?? (long)0; } set { _version = value; } } [global::System.Xml.Serialization.XmlIgnore] [global::System.ComponentModel.Browsable(false)] public bool versionSpecified { get { return this._version != null; } set { if (value == (this._version== null)) this._version = value ? this.version : (long?)null; } } private bool ShouldSerializeversion() { return versionSpecified; } private void Resetversion() { versionSpecified = false; } private string _last_version; [global::ProtoBuf.ProtoMember(13, IsRequired = false, Name=@"last_version", DataFormat = global::ProtoBuf.DataFormat.Default)] public string last_version { get { return _last_version?? ""; } set { _last_version = value; } } [global::System.Xml.Serialization.XmlIgnore] [global::System.ComponentModel.Browsable(false)] public bool last_versionSpecified { get { return this._last_version != null; } set { if (value == (this._last_version== null)) this._last_version = value ? this.last_version : (string)null; } } private bool ShouldSerializelast_version() { return last_versionSpecified; } private void Resetlast_version() { last_versionSpecified = false; } private bool? _is_ios; [global::ProtoBuf.ProtoMember(14, IsRequired = false, Name=@"is_ios", DataFormat = global::ProtoBuf.DataFormat.Default)] public bool is_ios { get { return _is_ios?? default(bool); } set { _is_ios = value; } } [global::System.Xml.Serialization.XmlIgnore] [global::System.ComponentModel.Browsable(false)] public bool is_iosSpecified { get { return this._is_ios != null; } set { if (value == (this._is_ios== null)) this._is_ios = value ? this.is_ios : (bool?)null; } } private bool ShouldSerializeis_ios() { return is_iosSpecified; } private void Resetis_ios() { is_iosSpecified = false; } private bool? _first_login; [global::ProtoBuf.ProtoMember(15, IsRequired = false, Name=@"first_login", DataFormat = global::ProtoBuf.DataFormat.Default)] public bool first_login { get { return _first_login?? default(bool); } set { _first_login = value; } } [global::System.Xml.Serialization.XmlIgnore] [global::System.ComponentModel.Browsable(false)] public bool first_loginSpecified { get { return this._first_login != null; } set { if (value == (this._first_login== null)) this._first_login = value ? this.first_login : (bool?)null; } } private bool ShouldSerializefirst_login() { return first_loginSpecified; } private void Resetfirst_login() { first_loginSpecified = false; } private long? _create_day; [global::ProtoBuf.ProtoMember(16, IsRequired = false, Name=@"create_day", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public long create_day { get { return _create_day?? default(long); } set { _create_day = value; } } [global::System.Xml.Serialization.XmlIgnore] [global::System.ComponentModel.Browsable(false)] public bool create_daySpecified { get { return this._create_day != null; } set { if (value == (this._create_day== null)) this._create_day = value ? this.create_day : (long?)null; } } private bool ShouldSerializecreate_day() { return create_daySpecified; } private void Resetcreate_day() { create_daySpecified = false; } private long? _login_day; [global::ProtoBuf.ProtoMember(17, IsRequired = false, Name=@"login_day", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public long login_day { get { return _login_day?? default(long); } set { _login_day = value; } } [global::System.Xml.Serialization.XmlIgnore] [global::System.ComponentModel.Browsable(false)] public bool login_daySpecified { get { return this._login_day != null; } set { if (value == (this._login_day== null)) this._login_day = value ? this.login_day : (long?)null; } } private bool ShouldSerializelogin_day() { return login_daySpecified; } private void Resetlogin_day() { login_daySpecified = false; } private long? _create_time; [global::ProtoBuf.ProtoMember(18, IsRequired = false, Name=@"create_time", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public long create_time { get { return _create_time?? default(long); } set { _create_time = value; } } [global::System.Xml.Serialization.XmlIgnore] [global::System.ComponentModel.Browsable(false)] public bool create_timeSpecified { get { return this._create_time != null; } set { if (value == (this._create_time== null)) this._create_time = value ? this.create_time : (long?)null; } } private bool ShouldSerializecreate_time() { return create_timeSpecified; } private void Resetcreate_time() { create_timeSpecified = false; } private string _json_para; [global::ProtoBuf.ProtoMember(19, IsRequired = false, Name=@"json_para", DataFormat = global::ProtoBuf.DataFormat.Default)] public string json_para { get { return _json_para?? ""; } set { _json_para = value; } } [global::System.Xml.Serialization.XmlIgnore] [global::System.ComponentModel.Browsable(false)] public bool json_paraSpecified { get { return this._json_para != null; } set { if (value == (this._json_para== null)) this._json_para = value ? this.json_para : (string)null; } } private bool ShouldSerializejson_para() { return json_paraSpecified; } private void Resetjson_para() { json_paraSpecified = false; } 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=@"send_not_coroutine_function_call_quest")] public partial class send_not_coroutine_function_call_quest : global::ProtoBuf.IExtensible { public send_not_coroutine_function_call_quest() {} private string _function_name; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"function_name", DataFormat = global::ProtoBuf.DataFormat.Default)] public string function_name { get { return _function_name?? ""; } set { _function_name = value; } } [global::System.Xml.Serialization.XmlIgnore] [global::System.ComponentModel.Browsable(false)] public bool function_nameSpecified { get { return this._function_name != null; } set { if (value == (this._function_name== null)) this._function_name = value ? this.function_name : (string)null; } } private bool ShouldSerializefunction_name() { return function_nameSpecified; } private void Resetfunction_name() { function_nameSpecified = false; } private string _call_function_name; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"call_function_name", DataFormat = global::ProtoBuf.DataFormat.Default)] public string call_function_name { get { return _call_function_name?? ""; } set { _call_function_name = value; } } [global::System.Xml.Serialization.XmlIgnore] [global::System.ComponentModel.Browsable(false)] public bool call_function_nameSpecified { get { return this._call_function_name != null; } set { if (value == (this._call_function_name== null)) this._call_function_name = value ? this.call_function_name : (string)null; } } private bool ShouldSerializecall_function_name() { return call_function_nameSpecified; } private void Resetcall_function_name() { call_function_nameSpecified = false; } private string _json_para; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"json_para", DataFormat = global::ProtoBuf.DataFormat.Default)] public string json_para { get { return _json_para?? ""; } set { _json_para = value; } } [global::System.Xml.Serialization.XmlIgnore] [global::System.ComponentModel.Browsable(false)] public bool json_paraSpecified { get { return this._json_para != null; } set { if (value == (this._json_para== null)) this._json_para = value ? this.json_para : (string)null; } } private bool ShouldSerializejson_para() { return json_paraSpecified; } private void Resetjson_para() { json_paraSpecified = false; } 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=@"send_not_coroutine_function_call_reply")] public partial class send_not_coroutine_function_call_reply : global::ProtoBuf.IExtensible { public send_not_coroutine_function_call_reply() {} private string _call_function_name; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"call_function_name", DataFormat = global::ProtoBuf.DataFormat.Default)] public string call_function_name { get { return _call_function_name?? ""; } set { _call_function_name = value; } } [global::System.Xml.Serialization.XmlIgnore] [global::System.ComponentModel.Browsable(false)] public bool call_function_nameSpecified { get { return this._call_function_name != null; } set { if (value == (this._call_function_name== null)) this._call_function_name = value ? this.call_function_name : (string)null; } } private bool ShouldSerializecall_function_name() { return call_function_nameSpecified; } private void Resetcall_function_name() { call_function_nameSpecified = false; } private string _json_para; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"json_para", DataFormat = global::ProtoBuf.DataFormat.Default)] public string json_para { get { return _json_para?? ""; } set { _json_para = value; } } [global::System.Xml.Serialization.XmlIgnore] [global::System.ComponentModel.Browsable(false)] public bool json_paraSpecified { get { return this._json_para != null; } set { if (value == (this._json_para== null)) this._json_para = value ? this.json_para : (string)null; } } private bool ShouldSerializejson_para() { return json_paraSpecified; } private void Resetjson_para() { json_paraSpecified = false; } private string _return_json_para; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"return_json_para", DataFormat = global::ProtoBuf.DataFormat.Default)] public string return_json_para { get { return _return_json_para?? ""; } set { _return_json_para = value; } } [global::System.Xml.Serialization.XmlIgnore] [global::System.ComponentModel.Browsable(false)] public bool return_json_paraSpecified { get { return this._return_json_para != null; } set { if (value == (this._return_json_para== null)) this._return_json_para = value ? this.return_json_para : (string)null; } } private bool ShouldSerializereturn_json_para() { return return_json_paraSpecified; } private void Resetreturn_json_para() { return_json_paraSpecified = false; } 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=@"server_delay_detection_notify")] public partial class server_delay_detection_notify : global::ProtoBuf.IExtensible { public server_delay_detection_notify() {} private long? _check_time; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"check_time", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public long check_time { get { return _check_time?? default(long); } set { _check_time = value; } } [global::System.Xml.Serialization.XmlIgnore] [global::System.ComponentModel.Browsable(false)] public bool check_timeSpecified { get { return this._check_time != null; } set { if (value == (this._check_time== null)) this._check_time = value ? this.check_time : (long?)null; } } private bool ShouldSerializecheck_time() { return check_timeSpecified; } private void Resetcheck_time() { check_timeSpecified = false; } private long? _server_node_id; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"server_node_id", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public long server_node_id { get { return _server_node_id?? default(long); } set { _server_node_id = value; } } [global::System.Xml.Serialization.XmlIgnore] [global::System.ComponentModel.Browsable(false)] public bool server_node_idSpecified { get { return this._server_node_id != null; } set { if (value == (this._server_node_id== null)) this._server_node_id = value ? this.server_node_id : (long?)null; } } private bool ShouldSerializeserver_node_id() { return server_node_idSpecified; } private void Resetserver_node_id() { server_node_idSpecified = false; } private long? _mode; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"mode", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public long mode { get { return _mode?? default(long); } set { _mode = value; } } [global::System.Xml.Serialization.XmlIgnore] [global::System.ComponentModel.Browsable(false)] public bool modeSpecified { get { return this._mode != null; } set { if (value == (this._mode== null)) this._mode = value ? this.mode : (long?)null; } } private bool ShouldSerializemode() { return modeSpecified; } private void Resetmode() { modeSpecified = false; } 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=@"server_manual_offline_notify")] public partial class server_manual_offline_notify : global::ProtoBuf.IExtensible { public server_manual_offline_notify() {} private long? _server_node_id; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"server_node_id", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public long server_node_id { get { return _server_node_id?? default(long); } set { _server_node_id = value; } } [global::System.Xml.Serialization.XmlIgnore] [global::System.ComponentModel.Browsable(false)] public bool server_node_idSpecified { get { return this._server_node_id != null; } set { if (value == (this._server_node_id== null)) this._server_node_id = value ? this.server_node_id : (long?)null; } } private bool ShouldSerializeserver_node_id() { return server_node_idSpecified; } private void Resetserver_node_id() { server_node_idSpecified = false; } private long? _mode; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"mode", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public long mode { get { return _mode?? default(long); } set { _mode = value; } } [global::System.Xml.Serialization.XmlIgnore] [global::System.ComponentModel.Browsable(false)] public bool modeSpecified { get { return this._mode != null; } set { if (value == (this._mode== null)) this._mode = value ? this.mode : (long?)null; } } private bool ShouldSerializemode() { return modeSpecified; } private void Resetmode() { modeSpecified = false; } 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=@"check_user_ladder_bag_infos_notify")] public partial class check_user_ladder_bag_infos_notify : global::ProtoBuf.IExtensible { public check_user_ladder_bag_infos_notify() {} private long? _room_type; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"room_type", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public long room_type { get { return _room_type?? default(long); } set { _room_type = value; } } [global::System.Xml.Serialization.XmlIgnore] [global::System.ComponentModel.Browsable(false)] public bool room_typeSpecified { get { return this._room_type != null; } set { if (value == (this._room_type== null)) this._room_type = value ? this.room_type : (long?)null; } } private bool ShouldSerializeroom_type() { return room_typeSpecified; } private void Resetroom_type() { room_typeSpecified = false; } private long? _room_id; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"room_id", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public long room_id { get { return _room_id?? default(long); } set { _room_id = value; } } [global::System.Xml.Serialization.XmlIgnore] [global::System.ComponentModel.Browsable(false)] public bool room_idSpecified { get { return this._room_id != null; } set { if (value == (this._room_id== null)) this._room_id = value ? this.room_id : (long?)null; } } private bool ShouldSerializeroom_id() { return room_idSpecified; } private void Resetroom_id() { room_idSpecified = false; } private long? _desktop_id; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"desktop_id", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public long desktop_id { get { return _desktop_id?? default(long); } set { _desktop_id = value; } } [global::System.Xml.Serialization.XmlIgnore] [global::System.ComponentModel.Browsable(false)] public bool desktop_idSpecified { get { return this._desktop_id != null; } set { if (value == (this._desktop_id== null)) this._desktop_id = value ? this.desktop_id : (long?)null; } } private bool ShouldSerializedesktop_id() { return desktop_idSpecified; } private void Resetdesktop_id() { desktop_idSpecified = false; } private string _ladder_bag_json_str; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"ladder_bag_json_str", DataFormat = global::ProtoBuf.DataFormat.Default)] public string ladder_bag_json_str { get { return _ladder_bag_json_str?? ""; } set { _ladder_bag_json_str = value; } } [global::System.Xml.Serialization.XmlIgnore] [global::System.ComponentModel.Browsable(false)] public bool ladder_bag_json_strSpecified { get { return this._ladder_bag_json_str != null; } set { if (value == (this._ladder_bag_json_str== null)) this._ladder_bag_json_str = value ? this.ladder_bag_json_str : (string)null; } } private bool ShouldSerializeladder_bag_json_str() { return ladder_bag_json_strSpecified; } private void Resetladder_bag_json_str() { ladder_bag_json_strSpecified = false; } 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=@"update_user_bag_infos_notify")] public partial class update_user_bag_infos_notify : global::ProtoBuf.IExtensible { public update_user_bag_infos_notify() {} private long? _account; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"account", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public long account { get { return _account?? default(long); } set { _account = value; } } [global::System.Xml.Serialization.XmlIgnore] [global::System.ComponentModel.Browsable(false)] public bool accountSpecified { get { return this._account != null; } set { if (value == (this._account== null)) this._account = value ? this.account : (long?)null; } } private bool ShouldSerializeaccount() { return accountSpecified; } private void Resetaccount() { accountSpecified = false; } 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=@"update_user_tags_infos_notify")] public partial class update_user_tags_infos_notify : global::ProtoBuf.IExtensible { public update_user_tags_infos_notify() {} private string _tags_json; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"tags_json", DataFormat = global::ProtoBuf.DataFormat.Default)] public string tags_json { get { return _tags_json?? ""; } set { _tags_json = value; } } [global::System.Xml.Serialization.XmlIgnore] [global::System.ComponentModel.Browsable(false)] public bool tags_jsonSpecified { get { return this._tags_json != null; } set { if (value == (this._tags_json== null)) this._tags_json = value ? this.tags_json : (string)null; } } private bool ShouldSerializetags_json() { return tags_jsonSpecified; } private void Resettags_json() { tags_jsonSpecified = false; } private string _tags; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"tags", DataFormat = global::ProtoBuf.DataFormat.Default)] public string tags { get { return _tags?? ""; } set { _tags = value; } } [global::System.Xml.Serialization.XmlIgnore] [global::System.ComponentModel.Browsable(false)] public bool tagsSpecified { get { return this._tags != null; } set { if (value == (this._tags== null)) this._tags = value ? this.tags : (string)null; } } private bool ShouldSerializetags() { return tagsSpecified; } private void Resettags() { tagsSpecified = false; } 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=@"update_platform_tags_notify")] public partial class update_platform_tags_notify : global::ProtoBuf.IExtensible { public update_platform_tags_notify() {} private long? _account; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"account", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public long account { get { return _account?? default(long); } set { _account = value; } } [global::System.Xml.Serialization.XmlIgnore] [global::System.ComponentModel.Browsable(false)] public bool accountSpecified { get { return this._account != null; } set { if (value == (this._account== null)) this._account = value ? this.account : (long?)null; } } private bool ShouldSerializeaccount() { return accountSpecified; } private void Resetaccount() { accountSpecified = false; } private string _tags_json; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"tags_json", DataFormat = global::ProtoBuf.DataFormat.Default)] public string tags_json { get { return _tags_json?? ""; } set { _tags_json = value; } } [global::System.Xml.Serialization.XmlIgnore] [global::System.ComponentModel.Browsable(false)] public bool tags_jsonSpecified { get { return this._tags_json != null; } set { if (value == (this._tags_json== null)) this._tags_json = value ? this.tags_json : (string)null; } } private bool ShouldSerializetags_json() { return tags_jsonSpecified; } private void Resettags_json() { tags_jsonSpecified = false; } 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=@"user_avatar_info_update_notify")] public partial class user_avatar_info_update_notify : global::ProtoBuf.IExtensible { public user_avatar_info_update_notify() {} private long? _account; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"account", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public long account { get { return _account?? default(long); } set { _account = value; } } [global::System.Xml.Serialization.XmlIgnore] [global::System.ComponentModel.Browsable(false)] public bool accountSpecified { get { return this._account != null; } set { if (value == (this._account== null)) this._account = value ? this.account : (long?)null; } } private bool ShouldSerializeaccount() { return accountSpecified; } private void Resetaccount() { accountSpecified = false; } private string _avatar; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"avatar", DataFormat = global::ProtoBuf.DataFormat.Default)] public string avatar { get { return _avatar?? ""; } set { _avatar = value; } } [global::System.Xml.Serialization.XmlIgnore] [global::System.ComponentModel.Browsable(false)] public bool avatarSpecified { get { return this._avatar != null; } set { if (value == (this._avatar== null)) this._avatar = value ? this.avatar : (string)null; } } private bool ShouldSerializeavatar() { return avatarSpecified; } private void Resetavatar() { avatarSpecified = false; } 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=@"add_evaluation_record_notify")] public partial class add_evaluation_record_notify : global::ProtoBuf.IExtensible { public add_evaluation_record_notify() {} private long? _account; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"account", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public long account { get { return _account?? default(long); } set { _account = value; } } [global::System.Xml.Serialization.XmlIgnore] [global::System.ComponentModel.Browsable(false)] public bool accountSpecified { get { return this._account != null; } set { if (value == (this._account== null)) this._account = value ? this.account : (long?)null; } } private bool ShouldSerializeaccount() { return accountSpecified; } private void Resetaccount() { accountSpecified = false; } private long? _player; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"player", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public long player { get { return _player?? default(long); } set { _player = value; } } [global::System.Xml.Serialization.XmlIgnore] [global::System.ComponentModel.Browsable(false)] public bool playerSpecified { get { return this._player != null; } set { if (value == (this._player== null)) this._player = value ? this.player : (long?)null; } } private bool ShouldSerializeplayer() { return playerSpecified; } private void Resetplayer() { playerSpecified = false; } private long? _time; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"time", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public long time { get { return _time?? default(long); } set { _time = value; } } [global::System.Xml.Serialization.XmlIgnore] [global::System.ComponentModel.Browsable(false)] public bool timeSpecified { get { return this._time != null; } set { if (value == (this._time== null)) this._time = value ? this.time : (long?)null; } } private bool ShouldSerializetime() { return timeSpecified; } private void Resettime() { timeSpecified = false; } private long? _evaluation; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"evaluation", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public long evaluation { get { return _evaluation?? default(long); } set { _evaluation = value; } } [global::System.Xml.Serialization.XmlIgnore] [global::System.ComponentModel.Browsable(false)] public bool evaluationSpecified { get { return this._evaluation != null; } set { if (value == (this._evaluation== null)) this._evaluation = value ? this.evaluation : (long?)null; } } private bool ShouldSerializeevaluation() { return evaluationSpecified; } private void Resetevaluation() { evaluationSpecified = false; } private long? _pay_type; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"pay_type", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public long pay_type { get { return _pay_type?? default(long); } set { _pay_type = value; } } [global::System.Xml.Serialization.XmlIgnore] [global::System.ComponentModel.Browsable(false)] public bool pay_typeSpecified { get { return this._pay_type != null; } set { if (value == (this._pay_type== null)) this._pay_type = value ? this.pay_type : (long?)null; } } private bool ShouldSerializepay_type() { return pay_typeSpecified; } private void Resetpay_type() { pay_typeSpecified = false; } 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=@"activities_show_red_pot_notify")] public partial class activities_show_red_pot_notify : global::ProtoBuf.IExtensible { public activities_show_red_pot_notify() {} private bool? _is_show; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"is_show", DataFormat = global::ProtoBuf.DataFormat.Default)] public bool is_show { get { return _is_show?? default(bool); } set { _is_show = value; } } [global::System.Xml.Serialization.XmlIgnore] [global::System.ComponentModel.Browsable(false)] public bool is_showSpecified { get { return this._is_show != null; } set { if (value == (this._is_show== null)) this._is_show = value ? this.is_show : (bool?)null; } } private bool ShouldSerializeis_show() { return is_showSpecified; } private void Resetis_show() { is_showSpecified = false; } private long? _account; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"account", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public long account { get { return _account?? default(long); } set { _account = value; } } [global::System.Xml.Serialization.XmlIgnore] [global::System.ComponentModel.Browsable(false)] public bool accountSpecified { get { return this._account != null; } set { if (value == (this._account== null)) this._account = value ? this.account : (long?)null; } } private bool ShouldSerializeaccount() { return accountSpecified; } private void Resetaccount() { accountSpecified = false; } 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=@"add_durak_game_record_notify")] public partial class add_durak_game_record_notify : global::ProtoBuf.IExtensible { public add_durak_game_record_notify() {} private long? _account; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"account", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public long account { get { return _account?? default(long); } set { _account = value; } } [global::System.Xml.Serialization.XmlIgnore] [global::System.ComponentModel.Browsable(false)] public bool accountSpecified { get { return this._account != null; } set { if (value == (this._account== null)) this._account = value ? this.account : (long?)null; } } private bool ShouldSerializeaccount() { return accountSpecified; } private void Resetaccount() { accountSpecified = false; } private int? _room_type; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"room_type", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int room_type { get { return _room_type?? default(int); } set { _room_type = value; } } [global::System.Xml.Serialization.XmlIgnore] [global::System.ComponentModel.Browsable(false)] public bool room_typeSpecified { get { return this._room_type != null; } set { if (value == (this._room_type== null)) this._room_type = value ? this.room_type : (int?)null; } } private bool ShouldSerializeroom_type() { return room_typeSpecified; } private void Resetroom_type() { room_typeSpecified = false; } private long? _unique_room_id; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"unique_room_id", DataFormat = global::ProtoBuf.DataFormat.FixedSize)] public long unique_room_id { get { return _unique_room_id?? default(long); } set { _unique_room_id = value; } } [global::System.Xml.Serialization.XmlIgnore] [global::System.ComponentModel.Browsable(false)] public bool unique_room_idSpecified { get { return this._unique_room_id != null; } set { if (value == (this._unique_room_id== null)) this._unique_room_id = value ? this.unique_room_id : (long?)null; } } private bool ShouldSerializeunique_room_id() { return unique_room_idSpecified; } private void Resetunique_room_id() { unique_room_idSpecified = false; } private long? _bet; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"bet", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public long bet { get { return _bet?? default(long); } set { _bet = value; } } [global::System.Xml.Serialization.XmlIgnore] [global::System.ComponentModel.Browsable(false)] public bool betSpecified { get { return this._bet != null; } set { if (value == (this._bet== null)) this._bet = value ? this.bet : (long?)null; } } private bool ShouldSerializebet() { return betSpecified; } private void Resetbet() { betSpecified = false; } private long? _profit; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"profit", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public long profit { get { return _profit?? default(long); } set { _profit = value; } } [global::System.Xml.Serialization.XmlIgnore] [global::System.ComponentModel.Browsable(false)] public bool profitSpecified { get { return this._profit != null; } set { if (value == (this._profit== null)) this._profit = value ? this.profit : (long?)null; } } private bool ShouldSerializeprofit() { return profitSpecified; } private void Resetprofit() { profitSpecified = false; } private int? _seat; [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"seat", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int seat { get { return _seat?? default(int); } set { _seat = value; } } [global::System.Xml.Serialization.XmlIgnore] [global::System.ComponentModel.Browsable(false)] public bool seatSpecified { get { return this._seat != null; } set { if (value == (this._seat== null)) this._seat = value ? this.seat : (int?)null; } } private bool ShouldSerializeseat() { return seatSpecified; } private void Resetseat() { seatSpecified = false; } private long? _time; [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"time", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public long time { get { return _time?? default(long); } set { _time = value; } } [global::System.Xml.Serialization.XmlIgnore] [global::System.ComponentModel.Browsable(false)] public bool timeSpecified { get { return this._time != null; } set { if (value == (this._time== null)) this._time = value ? this.time : (long?)null; } } private bool ShouldSerializetime() { return timeSpecified; } private void Resettime() { timeSpecified = false; } private int? _card_group; [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"card_group", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int card_group { get { return _card_group?? default(int); } set { _card_group = value; } } [global::System.Xml.Serialization.XmlIgnore] [global::System.ComponentModel.Browsable(false)] public bool card_groupSpecified { get { return this._card_group != null; } set { if (value == (this._card_group== null)) this._card_group = value ? this.card_group : (int?)null; } } private bool ShouldSerializecard_group() { return card_groupSpecified; } private void Resetcard_group() { card_groupSpecified = false; } private int? _atk_mode; [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"atk_mode", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int atk_mode { get { return _atk_mode?? default(int); } set { _atk_mode = value; } } [global::System.Xml.Serialization.XmlIgnore] [global::System.ComponentModel.Browsable(false)] public bool atk_modeSpecified { get { return this._atk_mode != null; } set { if (value == (this._atk_mode== null)) this._atk_mode = value ? this.atk_mode : (int?)null; } } private bool ShouldSerializeatk_mode() { return atk_modeSpecified; } private void Resetatk_mode() { atk_modeSpecified = false; } private int? _def_mode; [global::ProtoBuf.ProtoMember(10, IsRequired = false, Name=@"def_mode", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int def_mode { get { return _def_mode?? default(int); } set { _def_mode = value; } } [global::System.Xml.Serialization.XmlIgnore] [global::System.ComponentModel.Browsable(false)] public bool def_modeSpecified { get { return this._def_mode != null; } set { if (value == (this._def_mode== null)) this._def_mode = value ? this.def_mode : (int?)null; } } private bool ShouldSerializedef_mode() { return def_modeSpecified; } private void Resetdef_mode() { def_modeSpecified = false; } private int? _win_rank; [global::ProtoBuf.ProtoMember(11, IsRequired = false, Name=@"win_rank", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int win_rank { get { return _win_rank?? default(int); } set { _win_rank = value; } } [global::System.Xml.Serialization.XmlIgnore] [global::System.ComponentModel.Browsable(false)] public bool win_rankSpecified { get { return this._win_rank != null; } set { if (value == (this._win_rank== null)) this._win_rank = value ? this.win_rank : (int?)null; } } private bool ShouldSerializewin_rank() { return win_rankSpecified; } private void Resetwin_rank() { win_rankSpecified = false; } 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=@"user_message_info")] public partial class user_message_info : global::ProtoBuf.IExtensible { public user_message_info() {} private long? _msg_id; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"msg_id", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public long msg_id { get { return _msg_id?? default(long); } set { _msg_id = value; } } [global::System.Xml.Serialization.XmlIgnore] [global::System.ComponentModel.Browsable(false)] public bool msg_idSpecified { get { return this._msg_id != null; } set { if (value == (this._msg_id== null)) this._msg_id = value ? this.msg_id : (long?)null; } } private bool ShouldSerializemsg_id() { return msg_idSpecified; } private void Resetmsg_id() { msg_idSpecified = false; } private int? _msg_type; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"msg_type", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int msg_type { get { return _msg_type?? default(int); } set { _msg_type = value; } } [global::System.Xml.Serialization.XmlIgnore] [global::System.ComponentModel.Browsable(false)] public bool msg_typeSpecified { get { return this._msg_type != null; } set { if (value == (this._msg_type== null)) this._msg_type = value ? this.msg_type : (int?)null; } } private bool ShouldSerializemsg_type() { return msg_typeSpecified; } private void Resetmsg_type() { msg_typeSpecified = false; } private string _msg_content; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"msg_content", DataFormat = global::ProtoBuf.DataFormat.Default)] public string msg_content { get { return _msg_content?? ""; } set { _msg_content = value; } } [global::System.Xml.Serialization.XmlIgnore] [global::System.ComponentModel.Browsable(false)] public bool msg_contentSpecified { get { return this._msg_content != null; } set { if (value == (this._msg_content== null)) this._msg_content = value ? this.msg_content : (string)null; } } private bool ShouldSerializemsg_content() { return msg_contentSpecified; } private void Resetmsg_content() { msg_contentSpecified = false; } private long? _time; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"time", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public long time { get { return _time?? default(long); } set { _time = value; } } [global::System.Xml.Serialization.XmlIgnore] [global::System.ComponentModel.Browsable(false)] public bool timeSpecified { get { return this._time != null; } set { if (value == (this._time== null)) this._time = value ? this.time : (long?)null; } } private bool ShouldSerializetime() { return timeSpecified; } private void Resettime() { timeSpecified = false; } 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=@"save_user_message_notify")] public partial class save_user_message_notify : global::ProtoBuf.IExtensible { public save_user_message_notify() {} private long? _account; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"account", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public long account { get { return _account?? default(long); } set { _account = value; } } [global::System.Xml.Serialization.XmlIgnore] [global::System.ComponentModel.Browsable(false)] public bool accountSpecified { get { return this._account != null; } set { if (value == (this._account== null)) this._account = value ? this.account : (long?)null; } } private bool ShouldSerializeaccount() { return accountSpecified; } private void Resetaccount() { accountSpecified = false; } private readonly global::System.Collections.Generic.List _msg_list = new global::System.Collections.Generic.List(); [global::ProtoBuf.ProtoMember(2, Name=@"msg_list", DataFormat = global::ProtoBuf.DataFormat.Default)] public global::System.Collections.Generic.List msg_list { get { return _msg_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=@"user_login_commit_message_notify")] public partial class user_login_commit_message_notify : global::ProtoBuf.IExtensible { public user_login_commit_message_notify() {} private long? _account; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"account", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public long account { get { return _account?? default(long); } set { _account = value; } } [global::System.Xml.Serialization.XmlIgnore] [global::System.ComponentModel.Browsable(false)] public bool accountSpecified { get { return this._account != null; } set { if (value == (this._account== null)) this._account = value ? this.account : (long?)null; } } private bool ShouldSerializeaccount() { return accountSpecified; } private void Resetaccount() { accountSpecified = false; } private readonly global::System.Collections.Generic.List _msgid_list = new global::System.Collections.Generic.List(); [global::ProtoBuf.ProtoMember(2, Name=@"msgid_list", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public global::System.Collections.Generic.List msgid_list { get { return _msgid_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=@"commit_user_message_succ_notify")] public partial class commit_user_message_succ_notify : global::ProtoBuf.IExtensible { public commit_user_message_succ_notify() {} private long? _account; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"account", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public long account { get { return _account?? default(long); } set { _account = value; } } [global::System.Xml.Serialization.XmlIgnore] [global::System.ComponentModel.Browsable(false)] public bool accountSpecified { get { return this._account != null; } set { if (value == (this._account== null)) this._account = value ? this.account : (long?)null; } } private bool ShouldSerializeaccount() { return accountSpecified; } private void Resetaccount() { accountSpecified = false; } private readonly global::System.Collections.Generic.List _msgid_list = new global::System.Collections.Generic.List(); [global::ProtoBuf.ProtoMember(2, Name=@"msgid_list", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public global::System.Collections.Generic.List msgid_list { get { return _msgid_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=@"recv_user_message_notify")] public partial class recv_user_message_notify : global::ProtoBuf.IExtensible { public recv_user_message_notify() {} private long? _account; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"account", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public long account { get { return _account?? default(long); } set { _account = value; } } [global::System.Xml.Serialization.XmlIgnore] [global::System.ComponentModel.Browsable(false)] public bool accountSpecified { get { return this._account != null; } set { if (value == (this._account== null)) this._account = value ? this.account : (long?)null; } } private bool ShouldSerializeaccount() { return accountSpecified; } private void Resetaccount() { accountSpecified = false; } private readonly global::System.Collections.Generic.List _msg_list = new global::System.Collections.Generic.List(); [global::ProtoBuf.ProtoMember(2, Name=@"msg_list", DataFormat = global::ProtoBuf.DataFormat.Default)] public global::System.Collections.Generic.List msg_list { get { return _msg_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=@"commit_user_message_notify")] public partial class commit_user_message_notify : global::ProtoBuf.IExtensible { public commit_user_message_notify() {} private long? _account; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"account", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public long account { get { return _account?? default(long); } set { _account = value; } } [global::System.Xml.Serialization.XmlIgnore] [global::System.ComponentModel.Browsable(false)] public bool accountSpecified { get { return this._account != null; } set { if (value == (this._account== null)) this._account = value ? this.account : (long?)null; } } private bool ShouldSerializeaccount() { return accountSpecified; } private void Resetaccount() { accountSpecified = false; } private readonly global::System.Collections.Generic.List _msgid_list = new global::System.Collections.Generic.List(); [global::ProtoBuf.ProtoMember(2, Name=@"msgid_list", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public global::System.Collections.Generic.List msgid_list { get { return _msgid_list; } } private global::ProtoBuf.IExtension extensionObject; global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing) { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); } } }