GC-Proto/proto/EffigyChallengeDungeonResul...

12 lines
264 B
Protocol Buffer
Raw Normal View History

syntax = "proto3";
2024-06-08 09:18:08 +03:00
option java_package = "emu.grasscutter.net.proto";
2024-06-08 09:18:08 +03:00
// 4.6.0
2023-05-23 13:12:42 +03:00
message EffigyChallengeDungeonResultInfo {
2024-06-08 09:18:08 +03:00
uint32 challenge_max_score = 4;
uint32 challenge_score = 7;
bool is_success = 8;
uint32 challenge_id = 9;
bool is_in_time_limit = 12;
}