mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2024-12-26 00:19:24 +03:00
18 lines
396 B
Protocol Buffer
18 lines
396 B
Protocol Buffer
|
syntax = "proto3";
|
||
|
|
||
|
option java_package = "emu.grasscutter.net.proto";
|
||
|
// Version: 5.0
|
||
|
|
||
|
import "Vector.proto";
|
||
|
import "BOEDELIJAGB.proto";
|
||
|
|
||
|
message GOPNAKLACIP {
|
||
|
uint32 scene_id = 1;
|
||
|
uint32 FNCOGCLPGNC = 2;
|
||
|
uint32 AGIENJJKPBE = 4;
|
||
|
uint32 NHKAPCEOMOE = 5;
|
||
|
bool DMJNGHLADBA = 6;
|
||
|
Vector CCNNJMKEMLC = 7;
|
||
|
bool KNHICJHGBEM = 9;
|
||
|
BOEDELIJAGB GJLKEDKOJMJ = 13;
|
||
|
}
|