GC-Proto/proto/DungeonCandidateTeamDismissNotify.proto
2023-04-11 11:14:48 +08:00

14 lines
284 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
import "DungeonCandidateTeamDismissReason.proto";
// CmdId: 997
// Name: DODGENPMJPF
message DungeonCandidateTeamDismissNotify {
DungeonCandidateTeamDismissReason reason = 15;
uint32 player_uid = 11;
}