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