mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2024-12-26 08:30:22 +03:00
18 lines
336 B
Protocol Buffer
18 lines
336 B
Protocol Buffer
|
syntax = "proto3";
|
||
|
|
||
|
option java_package = "emu.grasscutter.net.proto";
|
||
|
|
||
|
import "Vector.proto";
|
||
|
|
||
|
// Name: KOOFOKGMGNM
|
||
|
message KOOFOKGMGNM {
|
||
|
bool MOFFKMLAHDC = 11;
|
||
|
bool KNFNGDLJPEO = 14;
|
||
|
string MENJDNJINOA = 4;
|
||
|
float speed = 8;
|
||
|
uint32 entity_id = 5;
|
||
|
repeated uint32 KLALFMECMLM = 2;
|
||
|
Vector HOHCJADGKFD = 3;
|
||
|
}
|
||
|
|