lingsuanClient/protobuf/cs/client_msg.cs
2025-06-07 17:07:13 +08:00

1245 lines
51 KiB
C#

//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
// Option: missing-value detection (*Specified/ShouldSerialize*/Reset*) enabled
// Generated from: Proto/client_msg.proto
namespace com.wing.proto
{
[global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"entrance_quest")]
public partial class entrance_quest : global::ProtoBuf.IExtensible
{
public entrance_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 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 string _checksum;
[global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"checksum", DataFormat = global::ProtoBuf.DataFormat.Default)]
public string checksum
{
get { return _checksum?? ""; }
set { _checksum = value; }
}
[global::System.Xml.Serialization.XmlIgnore]
[global::System.ComponentModel.Browsable(false)]
public bool checksumSpecified
{
get { return this._checksum != null; }
set { if (value == (this._checksum== null)) this._checksum = value ? this.checksum : (string)null; }
}
private bool ShouldSerializechecksum() { return checksumSpecified; }
private void Resetchecksum() { checksumSpecified = 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=@"entrance_reply")]
public partial class entrance_reply : global::ProtoBuf.IExtensible
{
public entrance_reply() {}
private string _result;
[global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"result", DataFormat = global::ProtoBuf.DataFormat.Default)]
public string result
{
get { return _result?? ""; }
set { _result = value; }
}
[global::System.Xml.Serialization.XmlIgnore]
[global::System.ComponentModel.Browsable(false)]
public bool resultSpecified
{
get { return this._result != null; }
set { if (value == (this._result== null)) this._result = value ? this.result : (string)null; }
}
private bool ShouldSerializeresult() { return resultSpecified; }
private void Resetresult() { resultSpecified = false; }
private string _ip;
[global::ProtoBuf.ProtoMember(2, 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? _port;
[global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"port", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
public long port
{
get { return _port?? default(long); }
set { _port = value; }
}
[global::System.Xml.Serialization.XmlIgnore]
[global::System.ComponentModel.Browsable(false)]
public bool portSpecified
{
get { return this._port != null; }
set { if (value == (this._port== null)) this._port = value ? this.port : (long?)null; }
}
private bool ShouldSerializeport() { return portSpecified; }
private void Resetport() { 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=@"login_quest")]
public partial class login_quest : global::ProtoBuf.IExtensible
{
public 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 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 string _checksum;
[global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"checksum", DataFormat = global::ProtoBuf.DataFormat.Default)]
public string checksum
{
get { return _checksum?? ""; }
set { _checksum = value; }
}
[global::System.Xml.Serialization.XmlIgnore]
[global::System.ComponentModel.Browsable(false)]
public bool checksumSpecified
{
get { return this._checksum != null; }
set { if (value == (this._checksum== null)) this._checksum = value ? this.checksum : (string)null; }
}
private bool ShouldSerializechecksum() { return checksumSpecified; }
private void Resetchecksum() { checksumSpecified = false; }
private string _language;
[global::ProtoBuf.ProtoMember(5, 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(6, 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 long? _version;
[global::ProtoBuf.ProtoMember(7, 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 _notice_md5;
[global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"notice_md5", DataFormat = global::ProtoBuf.DataFormat.Default)]
public string notice_md5
{
get { return _notice_md5?? ""; }
set { _notice_md5 = value; }
}
[global::System.Xml.Serialization.XmlIgnore]
[global::System.ComponentModel.Browsable(false)]
public bool notice_md5Specified
{
get { return this._notice_md5 != null; }
set { if (value == (this._notice_md5== null)) this._notice_md5 = value ? this.notice_md5 : (string)null; }
}
private bool ShouldSerializenotice_md5() { return notice_md5Specified; }
private void Resetnotice_md5() { notice_md5Specified = 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 string _nationality;
[global::ProtoBuf.ProtoMember(12, 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(13, 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=@"login_reply")]
public partial class login_reply : global::ProtoBuf.IExtensible
{
public login_reply() {}
private string _result;
[global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"result", DataFormat = global::ProtoBuf.DataFormat.Default)]
public string result
{
get { return _result?? ""; }
set { _result = value; }
}
[global::System.Xml.Serialization.XmlIgnore]
[global::System.ComponentModel.Browsable(false)]
public bool resultSpecified
{
get { return this._result != null; }
set { if (value == (this._result== null)) this._result = value ? this.result : (string)null; }
}
private bool ShouldSerializeresult() { return resultSpecified; }
private void Resetresult() { resultSpecified = false; }
private long? _server_time;
[global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"server_time", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
public long server_time
{
get { return _server_time?? default(long); }
set { _server_time = value; }
}
[global::System.Xml.Serialization.XmlIgnore]
[global::System.ComponentModel.Browsable(false)]
public bool server_timeSpecified
{
get { return this._server_time != null; }
set { if (value == (this._server_time== null)) this._server_time = value ? this.server_time : (long?)null; }
}
private bool ShouldSerializeserver_time() { return server_timeSpecified; }
private void Resetserver_time() { server_timeSpecified = false; }
private long? _timezone;
[global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"timezone", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
public long timezone
{
get { return _timezone?? default(long); }
set { _timezone = value; }
}
[global::System.Xml.Serialization.XmlIgnore]
[global::System.ComponentModel.Browsable(false)]
public bool timezoneSpecified
{
get { return this._timezone != null; }
set { if (value == (this._timezone== null)) this._timezone = value ? this.timezone : (long?)null; }
}
private bool ShouldSerializetimezone() { return timezoneSpecified; }
private void Resettimezone() { timezoneSpecified = false; }
private bool? _is_new;
[global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"is_new", DataFormat = global::ProtoBuf.DataFormat.Default)]
public bool is_new
{
get { return _is_new?? default(bool); }
set { _is_new = value; }
}
[global::System.Xml.Serialization.XmlIgnore]
[global::System.ComponentModel.Browsable(false)]
public bool is_newSpecified
{
get { return this._is_new != null; }
set { if (value == (this._is_new== null)) this._is_new = value ? this.is_new : (bool?)null; }
}
private bool ShouldSerializeis_new() { return is_newSpecified; }
private void Resetis_new() { is_newSpecified = false; }
private long? _sequence;
[global::ProtoBuf.ProtoMember(5, 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? _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 string _create_time;
[global::ProtoBuf.ProtoMember(7, 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 bool? _is_new_account;
[global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"is_new_account", DataFormat = global::ProtoBuf.DataFormat.Default)]
public bool is_new_account
{
get { return _is_new_account?? default(bool); }
set { _is_new_account = value; }
}
[global::System.Xml.Serialization.XmlIgnore]
[global::System.ComponentModel.Browsable(false)]
public bool is_new_accountSpecified
{
get { return this._is_new_account != null; }
set { if (value == (this._is_new_account== null)) this._is_new_account = value ? this.is_new_account : (bool?)null; }
}
private bool ShouldSerializeis_new_account() { return is_new_accountSpecified; }
private void Resetis_new_account() { is_new_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=@"logout_quest")]
public partial class logout_quest : global::ProtoBuf.IExtensible
{
public logout_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 string _client_id;
[global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"client_id", DataFormat = global::ProtoBuf.DataFormat.Default)]
public string client_id
{
get { return _client_id?? ""; }
set { _client_id = value; }
}
[global::System.Xml.Serialization.XmlIgnore]
[global::System.ComponentModel.Browsable(false)]
public bool client_idSpecified
{
get { return this._client_id != null; }
set { if (value == (this._client_id== null)) this._client_id = value ? this.client_id : (string)null; }
}
private bool ShouldSerializeclient_id() { return client_idSpecified; }
private void Resetclient_id() { client_idSpecified = false; }
private string _token;
[global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"token", DataFormat = global::ProtoBuf.DataFormat.Default)]
public string token
{
get { return _token?? ""; }
set { _token = value; }
}
[global::System.Xml.Serialization.XmlIgnore]
[global::System.ComponentModel.Browsable(false)]
public bool tokenSpecified
{
get { return this._token != null; }
set { if (value == (this._token== null)) this._token = value ? this.token : (string)null; }
}
private bool ShouldSerializetoken() { return tokenSpecified; }
private void Resettoken() { tokenSpecified = 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=@"logout_reply")]
public partial class logout_reply : global::ProtoBuf.IExtensible
{
public logout_reply() {}
private string _result;
[global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"result", DataFormat = global::ProtoBuf.DataFormat.Default)]
public string result
{
get { return _result?? ""; }
set { _result = value; }
}
[global::System.Xml.Serialization.XmlIgnore]
[global::System.ComponentModel.Browsable(false)]
public bool resultSpecified
{
get { return this._result != null; }
set { if (value == (this._result== null)) this._result = value ? this.result : (string)null; }
}
private bool ShouldSerializeresult() { return resultSpecified; }
private void Resetresult() { resultSpecified = 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=@"update_username_quest")]
public partial class update_username_quest : global::ProtoBuf.IExtensible
{
public update_username_quest() {}
private string _name;
[global::ProtoBuf.ProtoMember(1, 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 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_username_reply")]
public partial class update_username_reply : global::ProtoBuf.IExtensible
{
public update_username_reply() {}
private string _result;
[global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"result", DataFormat = global::ProtoBuf.DataFormat.Default)]
public string result
{
get { return _result?? ""; }
set { _result = value; }
}
[global::System.Xml.Serialization.XmlIgnore]
[global::System.ComponentModel.Browsable(false)]
public bool resultSpecified
{
get { return this._result != null; }
set { if (value == (this._result== null)) this._result = value ? this.result : (string)null; }
}
private bool ShouldSerializeresult() { return resultSpecified; }
private void Resetresult() { resultSpecified = false; }
private string _name;
[global::ProtoBuf.ProtoMember(2, 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 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=@"modify_avatar_quest")]
public partial class modify_avatar_quest : global::ProtoBuf.IExtensible
{
public modify_avatar_quest() {}
private byte[] _data;
[global::ProtoBuf.ProtoMember(1, 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=@"modify_avatar_reply")]
public partial class modify_avatar_reply : global::ProtoBuf.IExtensible
{
public modify_avatar_reply() {}
private string _result;
[global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"result", DataFormat = global::ProtoBuf.DataFormat.Default)]
public string result
{
get { return _result?? ""; }
set { _result = value; }
}
[global::System.Xml.Serialization.XmlIgnore]
[global::System.ComponentModel.Browsable(false)]
public bool resultSpecified
{
get { return this._result != null; }
set { if (value == (this._result== null)) this._result = value ? this.result : (string)null; }
}
private bool ShouldSerializeresult() { return resultSpecified; }
private void Resetresult() { resultSpecified = 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_base_info_reply")]
public partial class user_base_info_reply : global::ProtoBuf.IExtensible
{
public user_base_info_reply() {}
private long? _coin;
[global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"coin", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
public long coin
{
get { return _coin?? default(long); }
set { _coin = value; }
}
[global::System.Xml.Serialization.XmlIgnore]
[global::System.ComponentModel.Browsable(false)]
public bool coinSpecified
{
get { return this._coin != null; }
set { if (value == (this._coin== null)) this._coin = value ? this.coin : (long?)null; }
}
private bool ShouldSerializecoin() { return coinSpecified; }
private void Resetcoin() { coinSpecified = false; }
private long? _diamond;
[global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"diamond", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
public long diamond
{
get { return _diamond?? default(long); }
set { _diamond = value; }
}
[global::System.Xml.Serialization.XmlIgnore]
[global::System.ComponentModel.Browsable(false)]
public bool diamondSpecified
{
get { return this._diamond != null; }
set { if (value == (this._diamond== null)) this._diamond = value ? this.diamond : (long?)null; }
}
private bool ShouldSerializediamond() { return diamondSpecified; }
private void Resetdiamond() { diamondSpecified = 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 string _account;
[global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"account", DataFormat = global::ProtoBuf.DataFormat.Default)]
public string account
{
get { return _account?? ""; }
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 : (string)null; }
}
private bool ShouldSerializeaccount() { return accountSpecified; }
private void Resetaccount() { accountSpecified = false; }
private string _telephone;
[global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"telephone", DataFormat = global::ProtoBuf.DataFormat.Default)]
public string telephone
{
get { return _telephone?? ""; }
set { _telephone = value; }
}
[global::System.Xml.Serialization.XmlIgnore]
[global::System.ComponentModel.Browsable(false)]
public bool telephoneSpecified
{
get { return this._telephone != null; }
set { if (value == (this._telephone== null)) this._telephone = value ? this.telephone : (string)null; }
}
private bool ShouldSerializetelephone() { return telephoneSpecified; }
private void Resettelephone() { telephoneSpecified = false; }
private string _mail;
[global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"mail", DataFormat = global::ProtoBuf.DataFormat.Default)]
public string mail
{
get { return _mail?? ""; }
set { _mail = value; }
}
[global::System.Xml.Serialization.XmlIgnore]
[global::System.ComponentModel.Browsable(false)]
public bool mailSpecified
{
get { return this._mail != null; }
set { if (value == (this._mail== null)) this._mail = value ? this.mail : (string)null; }
}
private bool ShouldSerializemail() { return mailSpecified; }
private void Resetmail() { mailSpecified = false; }
private long? _create_time;
[global::ProtoBuf.ProtoMember(8, 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? _lvl;
[global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"lvl", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
public long lvl
{
get { return _lvl?? default(long); }
set { _lvl = value; }
}
[global::System.Xml.Serialization.XmlIgnore]
[global::System.ComponentModel.Browsable(false)]
public bool lvlSpecified
{
get { return this._lvl != null; }
set { if (value == (this._lvl== null)) this._lvl = value ? this.lvl : (long?)null; }
}
private bool ShouldSerializelvl() { return lvlSpecified; }
private void Resetlvl() { lvlSpecified = false; }
private long? _exp;
[global::ProtoBuf.ProtoMember(10, IsRequired = false, Name=@"exp", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
public long exp
{
get { return _exp?? default(long); }
set { _exp = value; }
}
[global::System.Xml.Serialization.XmlIgnore]
[global::System.ComponentModel.Browsable(false)]
public bool expSpecified
{
get { return this._exp != null; }
set { if (value == (this._exp== null)) this._exp = value ? this.exp : (long?)null; }
}
private bool ShouldSerializeexp() { return expSpecified; }
private void Resetexp() { expSpecified = false; }
private long? _game_count;
[global::ProtoBuf.ProtoMember(11, IsRequired = false, Name=@"game_count", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
public long game_count
{
get { return _game_count?? default(long); }
set { _game_count = value; }
}
[global::System.Xml.Serialization.XmlIgnore]
[global::System.ComponentModel.Browsable(false)]
public bool game_countSpecified
{
get { return this._game_count != null; }
set { if (value == (this._game_count== null)) this._game_count = value ? this.game_count : (long?)null; }
}
private bool ShouldSerializegame_count() { return game_countSpecified; }
private void Resetgame_count() { game_countSpecified = false; }
private long? _income;
[global::ProtoBuf.ProtoMember(12, IsRequired = false, Name=@"income", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
public long income
{
get { return _income?? default(long); }
set { _income = value; }
}
[global::System.Xml.Serialization.XmlIgnore]
[global::System.ComponentModel.Browsable(false)]
public bool incomeSpecified
{
get { return this._income != null; }
set { if (value == (this._income== null)) this._income = value ? this.income : (long?)null; }
}
private bool ShouldSerializeincome() { return incomeSpecified; }
private void Resetincome() { incomeSpecified = false; }
private long? _biggest_win;
[global::ProtoBuf.ProtoMember(13, IsRequired = false, Name=@"biggest_win", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
public long biggest_win
{
get { return _biggest_win?? default(long); }
set { _biggest_win = value; }
}
[global::System.Xml.Serialization.XmlIgnore]
[global::System.ComponentModel.Browsable(false)]
public bool biggest_winSpecified
{
get { return this._biggest_win != null; }
set { if (value == (this._biggest_win== null)) this._biggest_win = value ? this.biggest_win : (long?)null; }
}
private bool ShouldSerializebiggest_win() { return biggest_winSpecified; }
private void Resetbiggest_win() { biggest_winSpecified = false; }
private long? _win_rate;
[global::ProtoBuf.ProtoMember(14, IsRequired = false, Name=@"win_rate", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
public long win_rate
{
get { return _win_rate?? default(long); }
set { _win_rate = value; }
}
[global::System.Xml.Serialization.XmlIgnore]
[global::System.ComponentModel.Browsable(false)]
public bool win_rateSpecified
{
get { return this._win_rate != null; }
set { if (value == (this._win_rate== null)) this._win_rate = value ? this.win_rate : (long?)null; }
}
private bool ShouldSerializewin_rate() { return win_rateSpecified; }
private void Resetwin_rate() { win_rateSpecified = 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=@"language_change_quest")]
public partial class language_change_quest : global::ProtoBuf.IExtensible
{
public language_change_quest() {}
private string _language;
[global::ProtoBuf.ProtoMember(1, 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 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=@"language_change_reply")]
public partial class language_change_reply : global::ProtoBuf.IExtensible
{
public language_change_reply() {}
private string _result;
[global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"result", DataFormat = global::ProtoBuf.DataFormat.Default)]
public string result
{
get { return _result?? ""; }
set { _result = value; }
}
[global::System.Xml.Serialization.XmlIgnore]
[global::System.ComponentModel.Browsable(false)]
public bool resultSpecified
{
get { return this._result != null; }
set { if (value == (this._result== null)) this._result = value ? this.result : (string)null; }
}
private bool ShouldSerializeresult() { return resultSpecified; }
private void Resetresult() { resultSpecified = 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=@"change_password_quest")]
public partial class change_password_quest : global::ProtoBuf.IExtensible
{
public change_password_quest() {}
private string _password;
[global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"password", DataFormat = global::ProtoBuf.DataFormat.Default)]
public string password
{
get { return _password?? ""; }
set { _password = value; }
}
[global::System.Xml.Serialization.XmlIgnore]
[global::System.ComponentModel.Browsable(false)]
public bool passwordSpecified
{
get { return this._password != null; }
set { if (value == (this._password== null)) this._password = value ? this.password : (string)null; }
}
private bool ShouldSerializepassword() { return passwordSpecified; }
private void Resetpassword() { passwordSpecified = false; }
private string _old_password;
[global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"old_password", DataFormat = global::ProtoBuf.DataFormat.Default)]
public string old_password
{
get { return _old_password?? ""; }
set { _old_password = value; }
}
[global::System.Xml.Serialization.XmlIgnore]
[global::System.ComponentModel.Browsable(false)]
public bool old_passwordSpecified
{
get { return this._old_password != null; }
set { if (value == (this._old_password== null)) this._old_password = value ? this.old_password : (string)null; }
}
private bool ShouldSerializeold_password() { return old_passwordSpecified; }
private void Resetold_password() { old_passwordSpecified = 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=@"change_password_reply")]
public partial class change_password_reply : global::ProtoBuf.IExtensible
{
public change_password_reply() {}
private string _result;
[global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"result", DataFormat = global::ProtoBuf.DataFormat.Default)]
public string result
{
get { return _result?? ""; }
set { _result = value; }
}
[global::System.Xml.Serialization.XmlIgnore]
[global::System.ComponentModel.Browsable(false)]
public bool resultSpecified
{
get { return this._result != null; }
set { if (value == (this._result== null)) this._result = value ? this.result : (string)null; }
}
private bool ShouldSerializeresult() { return resultSpecified; }
private void Resetresult() { resultSpecified = 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_bind_quest")]
public partial class account_bind_quest : global::ProtoBuf.IExtensible
{
public account_bind_quest() {}
private string _account;
[global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"account", DataFormat = global::ProtoBuf.DataFormat.Default)]
public string account
{
get { return _account?? ""; }
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 : (string)null; }
}
private bool ShouldSerializeaccount() { return accountSpecified; }
private void Resetaccount() { accountSpecified = false; }
private string _password;
[global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"password", DataFormat = global::ProtoBuf.DataFormat.Default)]
public string password
{
get { return _password?? ""; }
set { _password = value; }
}
[global::System.Xml.Serialization.XmlIgnore]
[global::System.ComponentModel.Browsable(false)]
public bool passwordSpecified
{
get { return this._password != null; }
set { if (value == (this._password== null)) this._password = value ? this.password : (string)null; }
}
private bool ShouldSerializepassword() { return passwordSpecified; }
private void Resetpassword() { passwordSpecified = 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_bind_reply")]
public partial class account_bind_reply : global::ProtoBuf.IExtensible
{
public account_bind_reply() {}
private string _result;
[global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"result", DataFormat = global::ProtoBuf.DataFormat.Default)]
public string result
{
get { return _result?? ""; }
set { _result = value; }
}
[global::System.Xml.Serialization.XmlIgnore]
[global::System.ComponentModel.Browsable(false)]
public bool resultSpecified
{
get { return this._result != null; }
set { if (value == (this._result== null)) this._result = value ? this.result : (string)null; }
}
private bool ShouldSerializeresult() { return resultSpecified; }
private void Resetresult() { resultSpecified = 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_found_list_quest")]
public partial class room_found_list_quest : global::ProtoBuf.IExtensible
{
public room_found_list_quest() {}
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_found_list_reply")]
public partial class room_found_list_reply : global::ProtoBuf.IExtensible
{
public room_found_list_reply() {}
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=@"private_room_create_quest")]
public partial class private_room_create_quest : global::ProtoBuf.IExtensible
{
public private_room_create_quest() {}
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=@"private_room_create_reply")]
public partial class private_room_create_reply : global::ProtoBuf.IExtensible
{
public private_room_create_reply() {}
private global::ProtoBuf.IExtension extensionObject;
global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
{ return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
}
}