GC-Proto/proto/RogueStageInfo.proto

26 lines
610 B
Protocol Buffer
Raw Normal View History

2022-11-06 15:30:21 +03:00
syntax = "proto3";
2023-01-28 17:00:48 +03:00
2022-11-06 15:30:21 +03:00
import "RogueShowAvatarTeamInfo.proto";
2022-11-06 15:51:40 +03:00
import "RoguelikeRuneRecord.proto";
2022-11-06 15:30:21 +03:00
option java_package = "emu.grasscutter.net.proto";
message RogueStageInfo {
2023-01-28 17:00:48 +03:00
uint32 Unk3300_OHHBEPOICLI = 8;
repeated RoguelikeRuneRecord runeRecordList = 3;
uint32 maxPassedLevel = 4;
uint32 coinCNum = 14;
uint32 Unk3300_GGHMFKNHPAJ = 15;
uint32 reviseMonsterLevel = 520;
RogueShowAvatarTeamInfo avatarTeam = 10;
uint32 Unk3300_HPKFHLLCJBM = 1765;
bool isExplored = 12;
bool isPassed = 9;
bool isInCombat = 2;
bool isTakenReward = 7;
uint32 stageId = 13;
uint32 curLevel = 6;
bool isOpen = 11;
2022-11-06 15:30:21 +03:00
}