2022-11-06 15:30:21 +03:00
|
|
|
syntax = "proto3";
|
2023-02-02 04:57:20 +03:00
|
|
|
|
2023-01-28 18:50:00 +03:00
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
2022-11-06 15:30:21 +03:00
|
|
|
|
2022-11-06 15:51:40 +03:00
|
|
|
import "RoguelikeRuneRecord.proto";
|
2023-02-28 04:12:44 +03:00
|
|
|
import "RogueShowAvatarTeamInfo.proto";
|
2023-02-02 04:57:20 +03:00
|
|
|
|
2023-04-11 06:14:48 +03:00
|
|
|
// Name: MELACFCBMFM
|
2022-11-06 15:30:21 +03:00
|
|
|
message RogueStageInfo {
|
2023-04-11 06:14:48 +03:00
|
|
|
uint32 EIMBKPHMPEH = 3;
|
|
|
|
uint32 IPDPBFFPPBG = 1489;
|
|
|
|
uint32 NFAGHAIMDKI = 15;
|
|
|
|
bool AJFBLDPHGDD = 12;
|
|
|
|
uint32 NILFBNCBADF = 658;
|
|
|
|
bool NHKJHKLOPDP = 14;
|
2023-04-03 09:51:55 +03:00
|
|
|
uint32 cur_level = 10;
|
2023-04-11 06:14:48 +03:00
|
|
|
RogueShowAvatarTeamInfo avatar_team = 13;
|
|
|
|
bool is_taken_reward = 1;
|
|
|
|
bool is_passed = 4;
|
|
|
|
repeated RoguelikeRuneRecord rune_record_list = 8;
|
|
|
|
uint32 LOJJNAJBAFO = 11;
|
|
|
|
bool is_open = 9;
|
|
|
|
uint32 stage_id = 5;
|
|
|
|
uint32 DFAFANNFGMG = 2;
|
2022-11-06 15:30:21 +03:00
|
|
|
}
|
2023-02-28 04:12:44 +03:00
|
|
|
|