GC-Proto/proto/HostPlayerNotify.proto

8 lines
159 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
// 4.7.0
message HostPlayerNotify {
uint32 host_uid = 3;
uint32 host_peer_id = 10;
}