GC-Proto/proto/LiveStartNotify.proto

12 lines
161 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
// Name: ELIICPEDJIM
// CmdId: 870
message LiveStartNotify {
uint32 live_id = 5;
}