Grasscutter/proto/PlayerApplyEnterMpRsp.proto

13 lines
228 B
Protocol Buffer
Raw Normal View History

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
// CmdId: 1843
// EnetChannelId: 0
// EnetIsReliable: true
message PlayerApplyEnterMpRsp {
int32 retcode = 5;
uint32 target_uid = 4;
uint32 param = 9;
}