mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2024-12-25 16:09:25 +03:00
17 lines
329 B
Protocol Buffer
17 lines
329 B
Protocol Buffer
|
syntax = "proto3";
|
||
|
|
||
|
option java_package = "emu.grasscutter.net.proto";
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
message FungusFighterTrainingInfo {
|
||
|
uint32 Unk3300_GMLIPFDMDOG = 5;
|
||
|
uint32 buffId = 15;
|
||
|
uint32 Unk3300_IOEELCAMDCK = 4;
|
||
|
uint32 maxMonsterCount = 1;
|
||
|
uint32 Unk3300_EKAMCPNGCGH = 10;
|
||
|
uint32 Unk3300_EDHANEGNMJM = 3;
|
||
|
uint32 Unk3300_HGPGNCMNDJN = 6;
|
||
|
}
|