更新协议
This commit is contained in:
parent
d78879f659
commit
93289312b4
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,63 @@
|
|||||||
|
// <auto-generated>
|
||||||
|
// This file was generated by a tool; you should avoid making direct changes.
|
||||||
|
// Consider using 'partial classes' to extend these types
|
||||||
|
// Input: server_msg_enum.proto
|
||||||
|
// </auto-generated>
|
||||||
|
|
||||||
|
#region Designer generated code
|
||||||
|
#pragma warning disable CS0612, CS0618, CS1591, CS3021, CS8981, IDE0079, IDE1006, RCS1036, RCS1057, RCS1085, RCS1192
|
||||||
|
[global::ProtoBuf.ProtoContract(Name = @"server_msg_enum")]
|
||||||
|
public enum ServerMsgEnum
|
||||||
|
{
|
||||||
|
[global::ProtoBuf.ProtoEnum(Name = @"server_login_quest")]
|
||||||
|
ServerLoginQuest = 3,
|
||||||
|
[global::ProtoBuf.ProtoEnum(Name = @"durak_room_create_notify")]
|
||||||
|
DurakRoomCreateNotify = 4601,
|
||||||
|
[global::ProtoBuf.ProtoEnum(Name = @"server_node_register_notify")]
|
||||||
|
ServerNodeRegisterNotify = 50001,
|
||||||
|
[global::ProtoBuf.ProtoEnum(Name = @"server_node_register_info")]
|
||||||
|
ServerNodeRegisterInfo = 50002,
|
||||||
|
[global::ProtoBuf.ProtoEnum(Name = @"server_node_info")]
|
||||||
|
ServerNodeInfo = 50003,
|
||||||
|
[global::ProtoBuf.ProtoEnum(Name = @"server_node_reload")]
|
||||||
|
ServerNodeReload = 50004,
|
||||||
|
[global::ProtoBuf.ProtoEnum(Name = @"server_node_stop")]
|
||||||
|
ServerNodeStop = 50005,
|
||||||
|
[global::ProtoBuf.ProtoEnum(Name = @"server_node_unregister_notify")]
|
||||||
|
ServerNodeUnregisterNotify = 50006,
|
||||||
|
[global::ProtoBuf.ProtoEnum(Name = @"resource_notify")]
|
||||||
|
ResourceNotify = 50102,
|
||||||
|
[global::ProtoBuf.ProtoEnum(Name = @"resource_batch_query_quest")]
|
||||||
|
ResourceBatchQueryQuest = 50108,
|
||||||
|
[global::ProtoBuf.ProtoEnum(Name = @"resource_batch_query_reply")]
|
||||||
|
ResourceBatchQueryReply = 50109,
|
||||||
|
[global::ProtoBuf.ProtoEnum(Name = @"role_online_notify")]
|
||||||
|
RoleOnlineNotify = 50100,
|
||||||
|
[global::ProtoBuf.ProtoEnum(Name = @"role_offline_notify")]
|
||||||
|
RoleOfflineNotify = 50101,
|
||||||
|
[global::ProtoBuf.ProtoEnum(Name = @"account_show_info_update_notify")]
|
||||||
|
AccountShowInfoUpdateNotify = 50306,
|
||||||
|
[global::ProtoBuf.ProtoEnum(Name = @"role_tips_notify")]
|
||||||
|
RoleTipsNotify = 50308,
|
||||||
|
[global::ProtoBuf.ProtoEnum(Name = @"start_report_overload_notify")]
|
||||||
|
StartReportOverloadNotify = 50315,
|
||||||
|
[global::ProtoBuf.ProtoEnum(Name = @"server_overload_notify")]
|
||||||
|
ServerOverloadNotify = 50316,
|
||||||
|
[global::ProtoBuf.ProtoEnum(Name = @"save_user_message_notify")]
|
||||||
|
SaveUserMessageNotify = 50401,
|
||||||
|
[global::ProtoBuf.ProtoEnum(Name = @"user_login_commit_message_notify")]
|
||||||
|
UserLoginCommitMessageNotify = 50402,
|
||||||
|
[global::ProtoBuf.ProtoEnum(Name = @"commit_user_message_succ_notify")]
|
||||||
|
CommitUserMessageSuccNotify = 50403,
|
||||||
|
[global::ProtoBuf.ProtoEnum(Name = @"recv_user_message_notify")]
|
||||||
|
RecvUserMessageNotify = 50404,
|
||||||
|
[global::ProtoBuf.ProtoEnum(Name = @"commit_user_message_notify")]
|
||||||
|
CommitUserMessageNotify = 50405,
|
||||||
|
[global::ProtoBuf.ProtoEnum(Name = @"add_durak_game_record_notify")]
|
||||||
|
AddDurakGameRecordNotify = 50628,
|
||||||
|
[global::ProtoBuf.ProtoEnum(Name = @"server_delay_detection_notify")]
|
||||||
|
ServerDelayDetectionNotify = 50999,
|
||||||
|
}
|
||||||
|
|
||||||
|
#pragma warning restore CS0612, CS0618, CS1591, CS3021, CS8981, IDE0079, IDE1006, RCS1036, RCS1057, RCS1085, RCS1192
|
||||||
|
#endregion
|
Loading…
x
Reference in New Issue
Block a user