14 lines
295 B
Protocol Buffer
14 lines
295 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
import "DungeonCandidateTeamPlayerLeaveReason.proto";
|
|
|
|
// Name: ADNMKLEFIBJ
|
|
// CmdId: 970
|
|
message DungeonCandidateTeamPlayerLeaveNotify {
|
|
uint32 player_uid = 6;
|
|
DungeonCandidateTeamPlayerLeaveReason reason = 10;
|
|
}
|
|
|