mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-03-20 00:54:36 +03:00
16 lines
328 B
Protocol Buffer
16 lines
328 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;
|
||
|
}
|