Update 3.3 (wow, a lot changed)

This commit is contained in:
Akbar Yahya
2022-12-05 19:41:24 +08:00
parent 238dd43a77
commit cf717aa6a0
2949 changed files with 32506 additions and 43050 deletions

View File

@@ -20,13 +20,13 @@ syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
message AnnounceData {
string count_down_text = 9;
string center_system_text = 8;
uint32 count_down_frequency = 1;
uint32 config_id = 7;
uint32 begin_time = 4;
uint32 center_system_frequency = 11;
string dungeon_confirm_text = 2;
bool is_center_system_last_5_every_minutes = 14;
uint32 end_time = 10;
uint32 begin_time = 10;
bool is_center_system_last_5_every_minutes = 3;
uint32 end_time = 1;
uint32 config_id = 2;
string center_system_text = 11;
uint32 count_down_frequency = 5;
uint32 center_system_frequency = 13;
string dungeon_confirm_text = 4;
string count_down_text = 6;
}