GC-Proto/proto/HostPlayerNotify.proto

13 lines
193 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
// Name: PMNCOOCIDBM
// CmdId: 354
message HostPlayerNotify {
uint32 host_peer_id = 14;
uint32 host_uid = 2;
}