10 lines
193 B
Protocol Buffer
10 lines
193 B
Protocol Buffer
|
syntax = "proto3";
|
||
|
|
||
|
option java_package = "emu.grasscutter.net.proto";
|
||
|
// Version: 5.0
|
||
|
// CmdID: 29714
|
||
|
|
||
|
message GEIOMAELNGM {
|
||
|
repeated uint32 NGACPNNGEJO = 3;
|
||
|
uint32 scene_id = 6;
|
||
|
}
|