mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2024-12-25 07:59:24 +03:00
17 lines
392 B
Protocol Buffer
17 lines
392 B
Protocol Buffer
|
syntax = "proto3";
|
||
|
|
||
|
option java_package = "emu.grasscutter.net.proto";
|
||
|
// Version: 5.0
|
||
|
|
||
|
import "AbilityString.proto";
|
||
|
|
||
|
message DGNANAKIJEL {
|
||
|
uint32 MPBEBAKODGF = 2;
|
||
|
uint32 OKAPNIODOOG = 3;
|
||
|
int32 CKNOLEJBJEM = 5;
|
||
|
AbilityString ability_name = 6;
|
||
|
int32 EFAHLPDCFAN = 7;
|
||
|
repeated string EPGOBHIEDOI = 8;
|
||
|
int32 NNHDDJFMJFH = 12;
|
||
|
string LLDPNOCIDDF = 14;
|
||
|
}
|