GC-Proto/proto/BattlePassSchedule.proto

27 lines
669 B
Protocol Buffer
Raw Normal View History

2022-11-06 15:30:21 +03:00
syntax = "proto3";
2023-01-28 18:50:00 +03:00
option java_package = "emu.grasscutter.net.proto";
2022-11-06 15:30:21 +03:00
import "BattlePassRewardTag.proto";
2023-02-28 06:08:38 +03:00
import "BattlePassUnlockStatus.proto";
import "IAMODOAMICJ.proto";
import "KKAGAEDPGGK.proto";
2023-01-28 18:50:00 +03:00
2023-02-28 06:08:38 +03:00
// Name: OLJLDADNNAF
2022-11-06 15:30:21 +03:00
message BattlePassSchedule {
2023-02-28 06:08:38 +03:00
uint32 EFNAOLNFOIL = 3;
uint32 schedule_id = 5;
uint32 begin_time = 12;
IAMODOAMICJ GFIAGPNACIC = 4;
bool MMIFIPECKLP = 14;
uint32 ALBBELONLOC = 8;
uint32 level = 6;
BattlePassUnlockStatus unlock_status = 13;
uint32 end_time = 1;
KKAGAEDPGGK GOKFKJICOHD = 10;
uint32 NJKKLGMHFMG = 11;
repeated BattlePassRewardTag reward_taken_list = 15;
bool COPMFJLLHOK = 9;
2022-11-06 15:30:21 +03:00
}
2023-02-28 06:08:38 +03:00