mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-03-04 09:14:35 +03:00
17 lines
326 B
Protocol Buffer
17 lines
326 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
import "RegionalPlayVar.proto";
|
|
|
|
// CmdId: 6259
|
|
// Name: KFAMOPAFOHC
|
|
message RegionalPlayInfoNotify {
|
|
uint32 play_type = 14;
|
|
bool LJFEFBNPALB = 7;
|
|
repeated RegionalPlayVar var_list = 1;
|
|
bool JEPMEPFCDDA = 8;
|
|
string play_name = 11;
|
|
}
|
|
|