74 lines
2.6 KiB
C#
74 lines
2.6 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_enum.proto
|
|
namespace CusProtobuf
|
|
{
|
|
[global::ProtoBuf.ProtoContract(Name=@"client_msg_enum")]
|
|
public enum client_msg_enum
|
|
{
|
|
|
|
[global::ProtoBuf.ProtoEnum(Name=@"entrance_quest", Value=1)]
|
|
entrance_quest = 1,
|
|
|
|
[global::ProtoBuf.ProtoEnum(Name=@"entrance_reply", Value=2)]
|
|
entrance_reply = 2,
|
|
|
|
[global::ProtoBuf.ProtoEnum(Name=@"login_quest", Value=3)]
|
|
login_quest = 3,
|
|
|
|
[global::ProtoBuf.ProtoEnum(Name=@"login_reply", Value=4)]
|
|
login_reply = 4,
|
|
|
|
[global::ProtoBuf.ProtoEnum(Name=@"logout_quest", Value=5)]
|
|
logout_quest = 5,
|
|
|
|
[global::ProtoBuf.ProtoEnum(Name=@"logout_reply", Value=6)]
|
|
logout_reply = 6,
|
|
|
|
[global::ProtoBuf.ProtoEnum(Name=@"update_username_quest", Value=15)]
|
|
update_username_quest = 15,
|
|
|
|
[global::ProtoBuf.ProtoEnum(Name=@"update_username_reply", Value=16)]
|
|
update_username_reply = 16,
|
|
|
|
[global::ProtoBuf.ProtoEnum(Name=@"modify_avatar_quest", Value=21)]
|
|
modify_avatar_quest = 21,
|
|
|
|
[global::ProtoBuf.ProtoEnum(Name=@"modify_avatar_reply", Value=22)]
|
|
modify_avatar_reply = 22,
|
|
|
|
[global::ProtoBuf.ProtoEnum(Name=@"user_base_info_quest", Value=23)]
|
|
user_base_info_quest = 23,
|
|
|
|
[global::ProtoBuf.ProtoEnum(Name=@"user_base_info_reply", Value=24)]
|
|
user_base_info_reply = 24,
|
|
|
|
[global::ProtoBuf.ProtoEnum(Name=@"language_change_quest", Value=25)]
|
|
language_change_quest = 25,
|
|
|
|
[global::ProtoBuf.ProtoEnum(Name=@"language_change_reply", Value=26)]
|
|
language_change_reply = 26,
|
|
|
|
[global::ProtoBuf.ProtoEnum(Name=@"change_password_quest", Value=29)]
|
|
change_password_quest = 29,
|
|
|
|
[global::ProtoBuf.ProtoEnum(Name=@"change_password_reply", Value=30)]
|
|
change_password_reply = 30,
|
|
|
|
[global::ProtoBuf.ProtoEnum(Name=@"account_bind_quest", Value=31)]
|
|
account_bind_quest = 31,
|
|
|
|
[global::ProtoBuf.ProtoEnum(Name=@"account_bind_reply", Value=32)]
|
|
account_bind_reply = 32
|
|
}
|
|
|
|
} |