mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2024-12-26 08:30:22 +03:00
14 lines
345 B
Protocol Buffer
14 lines
345 B
Protocol Buffer
|
syntax = "proto3";
|
||
|
|
||
|
option java_package = "emu.grasscutter.net.proto";
|
||
|
// Version: 5.0
|
||
|
|
||
|
message JDEILBNDLFB {
|
||
|
int32 local_id = 1;
|
||
|
uint32 server_buff_uid = 5;
|
||
|
int32 MIGMCAMIEPP = 6;
|
||
|
bool is_serverbuff_modifier = 7;
|
||
|
uint32 instanced_ability_id = 9;
|
||
|
uint32 NLDMDECJCMG = 13;
|
||
|
uint32 instanced_modifier_id = 14;
|
||
|
}
|