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:
@@ -23,12 +23,12 @@ import "CustomDungeonFinishType.proto";
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
message CustomDungeonResultInfo {
|
||||
bool is_liked = 12;
|
||||
uint32 got_coin_num = 9;
|
||||
repeated ChallengeBrief child_challenge_list = 6;
|
||||
uint64 dungeon_guid = 3;
|
||||
CustomDungeonFinishType finish_type = 7;
|
||||
uint32 time_cost = 11;
|
||||
bool is_liked = 13;
|
||||
bool is_arrive_finish = 2;
|
||||
bool is_stored = 14;
|
||||
uint64 dungeon_guid = 5;
|
||||
CustomDungeonFinishType finish_type = 8;
|
||||
repeated ChallengeBrief child_challenge_list = 1;
|
||||
bool is_stored = 6;
|
||||
uint32 time_cost = 9;
|
||||
uint32 got_coin_num = 4;
|
||||
}
|
||||
|
Reference in New Issue
Block a user