mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2024-12-25 16:09:25 +03:00
19 lines
421 B
Protocol Buffer
19 lines
421 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
// Version: 5.0
|
|
|
|
import "Vector.proto";
|
|
|
|
message CKGEMJGNLGP {
|
|
uint32 LIGEHCKDLEE = 1;
|
|
uint32 GLHDGFEFKNI = 2;
|
|
bool ECIHDIJCLED = 3;
|
|
uint32 PODPHDGMFBL = 4;
|
|
bool HJLPILEEMEB = 6;
|
|
uint32 scene_id = 8;
|
|
float PAKPALCKBAF = 10;
|
|
Vector MJKALBBJIPI = 11;
|
|
uint32 DMKFECCMCOP = 12;
|
|
uint32 region_id = 15;
|
|
}
|