GC-Proto/proto/PlayerApplyEnterMpResultRsp...

15 lines
249 B
Protocol Buffer
Raw Normal View History

2022-11-06 15:30:21 +03:00
syntax = "proto3";
2022-11-06 15:30:21 +03:00
option java_package = "emu.grasscutter.net.proto";
2023-02-28 06:08:38 +03:00
// Name: KACGKKELDJE
// CmdId: 1815
2022-11-06 15:30:21 +03:00
message PlayerApplyEnterMpResultRsp {
2023-02-28 06:08:38 +03:00
bool is_agreed = 14;
int32 retcode = 12;
uint32 param = 10;
uint32 apply_uid = 11;
2022-11-06 15:30:21 +03:00
}
2023-02-28 06:08:38 +03:00