92 lines
3.7 KiB
C#
92 lines
3.7 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/server_msg_enum.proto
|
|
namespace CusProtobuf
|
|
{
|
|
[global::ProtoBuf.ProtoContract(Name=@"server_msg_enum")]
|
|
public enum server_msg_enum
|
|
{
|
|
|
|
[global::ProtoBuf.ProtoEnum(Name=@"server_login_quest", Value=3)]
|
|
server_login_quest = 3,
|
|
|
|
[global::ProtoBuf.ProtoEnum(Name=@"durak_room_create_notify", Value=4601)]
|
|
durak_room_create_notify = 4601,
|
|
|
|
[global::ProtoBuf.ProtoEnum(Name=@"server_node_register_notify", Value=50001)]
|
|
server_node_register_notify = 50001,
|
|
|
|
[global::ProtoBuf.ProtoEnum(Name=@"server_node_register_info", Value=50002)]
|
|
server_node_register_info = 50002,
|
|
|
|
[global::ProtoBuf.ProtoEnum(Name=@"server_node_info", Value=50003)]
|
|
server_node_info = 50003,
|
|
|
|
[global::ProtoBuf.ProtoEnum(Name=@"server_node_reload", Value=50004)]
|
|
server_node_reload = 50004,
|
|
|
|
[global::ProtoBuf.ProtoEnum(Name=@"server_node_stop", Value=50005)]
|
|
server_node_stop = 50005,
|
|
|
|
[global::ProtoBuf.ProtoEnum(Name=@"server_node_unregister_notify", Value=50006)]
|
|
server_node_unregister_notify = 50006,
|
|
|
|
[global::ProtoBuf.ProtoEnum(Name=@"resource_notify", Value=50102)]
|
|
resource_notify = 50102,
|
|
|
|
[global::ProtoBuf.ProtoEnum(Name=@"resource_batch_query_quest", Value=50108)]
|
|
resource_batch_query_quest = 50108,
|
|
|
|
[global::ProtoBuf.ProtoEnum(Name=@"resource_batch_query_reply", Value=50109)]
|
|
resource_batch_query_reply = 50109,
|
|
|
|
[global::ProtoBuf.ProtoEnum(Name=@"role_online_notify", Value=50100)]
|
|
role_online_notify = 50100,
|
|
|
|
[global::ProtoBuf.ProtoEnum(Name=@"role_offline_notify", Value=50101)]
|
|
role_offline_notify = 50101,
|
|
|
|
[global::ProtoBuf.ProtoEnum(Name=@"account_show_info_update_notify", Value=50306)]
|
|
account_show_info_update_notify = 50306,
|
|
|
|
[global::ProtoBuf.ProtoEnum(Name=@"role_tips_notify", Value=50308)]
|
|
role_tips_notify = 50308,
|
|
|
|
[global::ProtoBuf.ProtoEnum(Name=@"start_report_overload_notify", Value=50315)]
|
|
start_report_overload_notify = 50315,
|
|
|
|
[global::ProtoBuf.ProtoEnum(Name=@"server_overload_notify", Value=50316)]
|
|
server_overload_notify = 50316,
|
|
|
|
[global::ProtoBuf.ProtoEnum(Name=@"save_user_message_notify", Value=50401)]
|
|
save_user_message_notify = 50401,
|
|
|
|
[global::ProtoBuf.ProtoEnum(Name=@"user_login_commit_message_notify", Value=50402)]
|
|
user_login_commit_message_notify = 50402,
|
|
|
|
[global::ProtoBuf.ProtoEnum(Name=@"commit_user_message_succ_notify", Value=50403)]
|
|
commit_user_message_succ_notify = 50403,
|
|
|
|
[global::ProtoBuf.ProtoEnum(Name=@"recv_user_message_notify", Value=50404)]
|
|
recv_user_message_notify = 50404,
|
|
|
|
[global::ProtoBuf.ProtoEnum(Name=@"commit_user_message_notify", Value=50405)]
|
|
commit_user_message_notify = 50405,
|
|
|
|
[global::ProtoBuf.ProtoEnum(Name=@"add_durak_game_record_notify", Value=50628)]
|
|
add_durak_game_record_notify = 50628,
|
|
|
|
[global::ProtoBuf.ProtoEnum(Name=@"server_delay_detection_notify", Value=50999)]
|
|
server_delay_detection_notify = 50999
|
|
}
|
|
|
|
} |