GC-Proto/proto/HostPlayerNotify.proto

13 lines
193 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
// CmdId: 389
// Name: NPBLKELHECA
message HostPlayerNotify {
uint32 host_peer_id = 3;
uint32 host_uid = 11;
}