GC-Proto/proto/RoguelikeDungeonSettleInfo....

18 lines
400 B
Protocol Buffer
Raw Normal View History

2022-11-06 15:30:21 +03:00
syntax = "proto3";
2023-01-28 18:50:00 +03:00
option java_package = "emu.grasscutter.net.proto";
2022-11-06 15:30:21 +03:00
2023-01-28 17:00:48 +03:00
import "RoguelikeSettleCoinInfo.proto";
2022-11-06 15:30:21 +03:00
message RoguelikeDungeonSettleInfo {
2023-01-28 17:00:48 +03:00
bool Unk3300_BPLKJMIOKHM = 5;
uint32 Unk3300_PBELMOJKKHP = 11;
uint32 curLevel = 7;
bool Unk3300_AHIEENGKPFA = 15;
uint32 stageId = 10;
uint32 Unk3300_GMMECMPDJMI = 13;
map<uint32, RoguelikeSettleCoinInfo> finishedChallengeCellNumMap = 2;
2022-11-06 15:30:21 +03:00
}