GC-Proto/proto/PlayerApplyEnterMpReq.proto
2024-07-03 08:46:31 +08:00

8 lines
172 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
// CmdId: 20663 (4.7.0)
// Obf: BOLBDHPCEHO
message PlayerApplyEnterMpReq {
uint32 target_uid = 5;
}