mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-08-03 02:50:13 +03:00
Update 3.3 (wow, a lot changed)
This commit is contained in:
@@ -20,9 +20,9 @@ syntax = "proto3";
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
message EffigyChallengeDungeonResultInfo {
|
||||
uint32 challenge_score = 7;
|
||||
bool is_in_time_limit = 8;
|
||||
uint32 challenge_id = 6;
|
||||
bool is_success = 15;
|
||||
uint32 challenge_max_score = 13;
|
||||
uint32 challenge_score = 12;
|
||||
uint32 challenge_max_score = 8;
|
||||
bool is_success = 2;
|
||||
bool is_in_time_limit = 1;
|
||||
uint32 challenge_id = 15;
|
||||
}
|
||||
|
Reference in New Issue
Block a user