mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2024-12-26 16:39:26 +03:00
24 lines
547 B
Protocol Buffer
24 lines
547 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
// Version: 5.0
|
|
// CmdId: 29042
|
|
|
|
import "Vector.proto";
|
|
import "ForwardType.proto";
|
|
|
|
message FGEMHAFCPPI {
|
|
bool FIJOOLAANGJ = 1;
|
|
bool FLNEMNNKMEB = 2;
|
|
Vector PFPFHKGAIFJ = 4;
|
|
bool KKEBECBGPLN = 5;
|
|
ForwardType forward_type = 6;
|
|
bool BNNBNPPFBGF = 7;
|
|
bool IEOMMIKNNIE = 8;
|
|
bool DMIMBNDEIJO = 9;
|
|
bool DDPOAJHDNAI = 10;
|
|
bool AKOKCLCPKEI = 11;
|
|
bool NNBLLLGBGKG = 12;
|
|
uint32 entity_id = 14;
|
|
bool EKMGPOIMAIL = 15;
|
|
}
|