mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2024-12-25 16:09:25 +03:00
12 lines
264 B
Protocol Buffer
12 lines
264 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
// 4.6.0
|
|
message EffigyChallengeDungeonResultInfo {
|
|
uint32 challenge_max_score = 4;
|
|
uint32 challenge_score = 7;
|
|
bool is_success = 8;
|
|
uint32 challenge_id = 9;
|
|
bool is_in_time_limit = 12;
|
|
} |