GC-Proto/proto/PlayerApplyEnterMpRsp.proto

10 lines
211 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: 20430 (4.7.0)
// Obf: PLMHIBJGCEE
2022-11-06 15:30:21 +03:00
message PlayerApplyEnterMpRsp {
2024-07-03 03:46:31 +03:00
uint32 param = 1;
int32 retcode = 2;
uint32 target_uid = 9;
2022-11-06 15:30:21 +03:00
}