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,17 +25,17 @@ import "BattlePassUnlockStatus.proto";
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
message BattlePassSchedule {
|
||||
uint32 level = 14;
|
||||
uint32 begin_time = 2;
|
||||
uint32 end_time = 15;
|
||||
uint32 point = 1;
|
||||
BattlePassCycle cur_cycle = 4;
|
||||
BattlePassUnlockStatus unlock_status = 7;
|
||||
repeated BattlePassRewardTag reward_taken_list = 11;
|
||||
uint32 cur_cycle_points = 10;
|
||||
uint32 paid_platform_flags = 12;
|
||||
BattlePassProduct product_info = 13;
|
||||
bool is_extra_paid_reward_taken = 6;
|
||||
bool is_viewed = 3;
|
||||
uint32 schedule_id = 9;
|
||||
uint32 schedule_id = 5;
|
||||
uint32 Unk3300_MAAJDKMIODC = 2;
|
||||
uint32 level = 7;
|
||||
bool Unk3300_KODFJENCJLE = 8;
|
||||
uint32 Unk3300_ELMNFBOLEOA = 14;
|
||||
bool Unk3300_KALOGHHMJJE = 12;
|
||||
uint32 Unk3300_FILCIPPAHHL = 4;
|
||||
BattlePassCycle cur_cycle = 11;
|
||||
uint32 begin_time = 1;
|
||||
BattlePassUnlockStatus unlock_status = 15;
|
||||
BattlePassProduct product_info = 10;
|
||||
uint32 end_time = 13;
|
||||
repeated BattlePassRewardTag reward_taken_list = 3;
|
||||
}
|
||||
|
Reference in New Issue
Block a user