GC-Proto/proto/PlayerApplyEnterMpNotify.proto

11 lines
280 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
import "OnlinePlayerInfo.proto";
// CmdId: 7182 ? (4.7.0)
// Obf: HKDJLHPMDFP
message PlayerApplyEnterMpNotify {
uint32 src_app_id = 15;
uint32 src_thread_index = 9;
OnlinePlayerInfo src_player_info = 14;
}