GC-Proto/proto/RogueStageInfo.proto

27 lines
657 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
2022-11-06 15:51:40 +03:00
import "RoguelikeRuneRecord.proto";
2023-02-28 06:08:38 +03:00
import "RogueShowAvatarTeamInfo.proto";
2023-02-28 06:08:38 +03:00
// Name: KPNLDDPKPIK
2022-11-06 15:30:21 +03:00
message RogueStageInfo {
2023-02-28 06:08:38 +03:00
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;
2022-11-06 15:30:21 +03:00
}
2023-02-28 06:08:38 +03:00