Files
Grasscutter-Protos/proto/PlayerApplyEnterMpReq.proto
2022-04-19 10:02:20 -07:00

8 lines
129 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
message PlayerApplyEnterMpReq {
uint32 targetUid = 1;
}