19 lines
339 B
Protocol Buffer
19 lines
339 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
|
|
|
|
import "FungusTrainingProgressDetail.proto";
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
message FungusFighterRuntimeDataNotify {
|
|
enum OGHEKMNGNAM {
|
|
option allow_alias = true;
|
|
NONE = 0;
|
|
PEPPOHPHJOJ = 22858;
|
|
DCDNILFDFLB = 0;
|
|
NNBKOLMPOEA = 1;
|
|
}
|
|
|
|
FungusTrainingProgressDetail progressDetail = 14;
|
|
}
|