GC-Proto/proto/ChannellerSlabLoopDungeonRe...

15 lines
299 B
Protocol Buffer
Raw Normal View History

2023-01-28 17:00:48 +03:00
syntax = "proto3";
2023-01-28 17:00:48 +03:00
option java_package = "emu.grasscutter.net.proto";
2023-02-28 06:08:38 +03:00
// Name: PNOJAMMOOGN
2023-01-28 17:00:48 +03:00
message ChannellerSlabLoopDungeonResultInfo {
2023-02-28 06:08:38 +03:00
bool is_in_time_limit = 9;
bool is_success = 12;
uint32 challenge_score = 7;
uint32 challenge_max_score = 11;
uint32 dungeon_index = 2;
2023-01-28 17:00:48 +03:00
}
2023-02-28 06:08:38 +03:00