GC-Proto/proto/FleurFairInfo.proto

16 lines
463 B
Protocol Buffer
Raw Normal View History

2023-01-28 17:00:48 +03:00
syntax = "proto3";
2023-01-28 18:50:00 +03:00
option java_package = "emu.grasscutter.net.proto";
2023-01-28 17:00:48 +03:00
import "FleurFairChapterInfo.proto";
import "FleurFairDungeonSectionInfo.proto";
message FleurFairInfo {
uint32 gpjbakimcgp = 10;
map<uint32, uint32> previewStageIndex = 6;
bool leftMonsters = 7;
repeated FleurFairChapterInfo chapterInfoList = 5;
bool hpepmphkgml = 9;
uint32 contentCloseTime = 15;
uint32 ppjmalghkch = 1;
map<uint32, FleurFairDungeonSectionInfo> pnpcagimleg = 11;
}