GC-Proto/proto/PlayerApplyEnterMpNotify.proto
2024-08-28 17:09:22 +08:00

14 lines
278 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
// Version: 5.0
// CmdId: 5245
import "OnlinePlayerInfo.proto";
message PlayerApplyEnterMpNotify {
uint32 src_app_id = 1;
uint32 src_thread_index = 11;
OnlinePlayerInfo src_player_info = 13;
}