mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-01-27 08:09:25 +03:00
16 lines
277 B
Protocol Buffer
16 lines
277 B
Protocol Buffer
|
syntax = "proto3";
|
||
|
|
||
|
option java_package = "emu.grasscutter.net.proto";
|
||
|
|
||
|
import "Vector.proto";
|
||
|
|
||
|
// Name: DJBLPMPKGKO
|
||
|
message DJBLPMPKGKO {
|
||
|
Vector spawn_pos = 15;
|
||
|
repeated int32 FKLNECJNJIN = 4;
|
||
|
uint32 guid = 5;
|
||
|
uint32 suite_id = 6;
|
||
|
bool LODADOGPBJB = 1;
|
||
|
}
|
||
|
|