mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-08-01 10:00:12 +03:00
update proto 3.5 part 1
This commit is contained in:
@@ -2,25 +2,25 @@ syntax = "proto3";
|
||||
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
|
||||
|
||||
import "RogueShowAvatarTeamInfo.proto";
|
||||
import "RoguelikeRuneRecord.proto";
|
||||
import "RogueShowAvatarTeamInfo.proto";
|
||||
|
||||
// Name: KPNLDDPKPIK
|
||||
message RogueStageInfo {
|
||||
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;
|
||||
bool BAGNKKNCIBC = 5;
|
||||
uint32 OKMJMHDCGJB = 12;
|
||||
uint32 stage_id = 2;
|
||||
repeated RoguelikeRuneRecord rune_record_list = 4;
|
||||
uint32 ANNBBNHPAOF = 1459;
|
||||
uint32 KNLGBLNMMII = 6;
|
||||
bool is_taken_reward = 3;
|
||||
RogueShowAvatarTeamInfo avatar_team = 1;
|
||||
uint32 PBHGOHEOAJA = 11;
|
||||
bool is_passed = 9;
|
||||
bool is_open = 13;
|
||||
bool FIPLFJFDALD = 8;
|
||||
uint32 PJNELCLHMOH = 10;
|
||||
uint32 NAFIKKJDDDN = 1004;
|
||||
uint32 DONFAPGFDMK = 7;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user