GC-Proto/proto/PlayerApplyEnterMpResultReq...

9 lines
199 B
Protocol Buffer
Raw Normal View History

2022-11-06 15:30:21 +03:00
syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
2024-07-03 03:46:31 +03:00
// CmdId: 26285 (4.7.0)
// Obf: HHNBHGACADH
2022-11-06 15:30:21 +03:00
message PlayerApplyEnterMpResultReq {
2024-07-03 03:46:31 +03:00
uint32 apply_uid = 15;
bool is_agreed = 1;
2022-11-06 15:30:21 +03:00
}