mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-01-13 01:09:26 +03:00
15 lines
303 B
Protocol Buffer
15 lines
303 B
Protocol Buffer
|
syntax = "proto3";
|
||
|
|
||
|
option java_package = "emu.grasscutter.net.proto";
|
||
|
// Version: 5.0
|
||
|
|
||
|
import "Vector.proto";
|
||
|
|
||
|
message OPCDAPCCOOC {
|
||
|
uint32 DMKFECCMCOP = 1;
|
||
|
uint32 OBOOPJLPDNI = 2;
|
||
|
uint32 ILPJBEPJDLP = 3;
|
||
|
uint32 PGLAJFAFGAI = 9;
|
||
|
Vector pos = 13;
|
||
|
bool EIALJBAENGJ = 14;
|
||
|
}
|