GC-Proto/proto/FungusFighterDetailInfo.proto

21 lines
633 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
import "FungusTrainingDungeonDetail.proto";
import "FungusTrainingProgressDetail.proto";
import "HMEFDAPADKA.proto";
import "OMCFMEFELOC.proto";
// Name: DAIHEMHJHMO
message FungusFighterDetailInfo {
repeated FungusTrainingDungeonDetail training_dungeon_detail_list = 12;
repeated OMCFMEFELOC AHOABLPADMI = 9;
repeated FungusTrainingProgressDetail training_dungeon_progress_detail_list = 2;
repeated HMEFDAPADKA OEKELAIIPHO = 14;
repeated uint32 BOBMJNEDDJA = 1;
repeated uint32 EPHINHFNJCL = 5;
repeated uint32 IJECEAHGLJP = 8;
}