mirror of
https://github.com/FlourishingWorld/hk4e.git
synced 2026-03-01 00:35:36 +08:00
完善了protobuf协议文件
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
|
||||
syntax = "proto3";
|
||||
|
||||
import "DungeonCandidateTeamDismissReason.proto";
|
||||
import "DungeonCandidateTeamPlayerDismissReason.proto";
|
||||
|
||||
package proto;
|
||||
option go_package = "./;proto";
|
||||
@@ -25,6 +25,6 @@ option go_package = "./;proto";
|
||||
// EnetChannelId: 0
|
||||
// EnetIsReliable: true
|
||||
message DungeonCandidateTeamDismissNotify {
|
||||
DungeonCandidateTeamDismissReason reason = 9;
|
||||
DungeonCandidateTeamPlayerDismissReason reason = 9;
|
||||
uint32 player_uid = 12;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user