mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-08-03 02:50:13 +03:00
Update 3.3 (wow, a lot changed)
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user