GC-Proto/proto/ChannelerSlabLoopDungeonRes...

12 lines
276 B
Protocol Buffer
Raw Normal View History

2024-06-08 09:18:08 +03:00
syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
2024-07-05 00:44:58 +03:00
// 4.7.0
2024-06-08 09:18:08 +03:00
message ChannelerSlabLoopDungeonResultInfo {
uint32 challenge_max_score = 1;
uint32 dungeon_index = 2;
2024-07-05 00:44:58 +03:00
bool is_success = 15;
uint32 challenge_score = 14; // sus
bool is_in_time_limit = 10;
2024-06-08 09:18:08 +03:00
}