Update 3.2

This commit is contained in:
Akbar Yahya
2022-11-06 20:51:40 +08:00
parent f5fd0cbe69
commit dfe18ccb7d
1153 changed files with 13690 additions and 5671 deletions

View File

@@ -25,10 +25,10 @@ option java_package = "emu.grasscutter.net.proto";
// EnetChannelId: 0
// EnetIsReliable: true
message GetGachaInfoRsp {
bool Unk3100_IDBLFJDHHPI = 6;
bool is_under_general_restrict = 6;
uint32 gacha_random = 9;
int32 retcode = 10;
bool Unk2700_LEEPELHDING = 2;
uint32 Unk2700_OJKKHDLEDCI = 5;
bool is_under_minors_restrict = 2;
uint32 daily_gacha_times = 5;
repeated GachaInfo gacha_info_list = 13;
}