mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-08-03 11:00:13 +03:00
Update 3.3 (wow, a lot changed)
This commit is contained in:
@@ -25,13 +25,13 @@ import "AsterProgressDetailInfo.proto";
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
message AsterActivityDetailInfo {
|
||||
AsterLittleDetailInfo aster_little = 7;
|
||||
uint32 aster_credit = 14;
|
||||
AsterLargeDetailInfo aster_large = 9;
|
||||
bool is_special_reward_taken = 1;
|
||||
bool is_content_closed = 13;
|
||||
uint32 content_close_time = 8;
|
||||
uint32 aster_token = 5;
|
||||
AsterMidDetailInfo aster_mid = 6;
|
||||
AsterProgressDetailInfo aster_progress = 2;
|
||||
uint32 content_close_time = 1;
|
||||
AsterLittleDetailInfo aster_little = 5;
|
||||
uint32 Unk3300_DCHBFEJNBHP = 13;
|
||||
AsterMidDetailInfo aster_mid = 12;
|
||||
bool is_special_reward_taken = 3;
|
||||
uint32 Unk3300_KFDGFFPJGJC = 4;
|
||||
AsterProgressDetailInfo aster_progress = 8;
|
||||
AsterLargeDetailInfo aster_large = 10;
|
||||
bool is_content_closed = 6;
|
||||
}
|
||||
|
Reference in New Issue
Block a user