GC-Proto/proto/AnnounceData.proto

19 lines
511 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
2023-01-28 17:00:48 +03:00
2023-04-11 06:14:48 +03:00
// Name: FOGGKINBMOI
2022-11-06 15:30:21 +03:00
message AnnounceData {
2023-04-18 01:07:56 +03:00
string count_down_text = 9; // MLDDOLJCDAM
2023-04-11 06:14:48 +03:00
bool is_center_system_last_5_every_minutes = 2;
2023-04-18 01:07:56 +03:00
string center_system_text = 10; // HEAKAFCFBHM
uint32 center_system_frequency = 12; // OMEJDCDMJKH
2023-04-11 06:14:48 +03:00
uint32 config_id = 13;
2023-04-18 01:07:56 +03:00
string dungeon_confirm_text = 5; // DLKKCKHJJAC
2023-04-11 06:14:48 +03:00
uint32 begin_time = 14;
2023-04-18 01:07:56 +03:00
uint32 count_down_frequency = 15; // GBNNHNDNCPP
2023-04-11 06:14:48 +03:00
uint32 end_time = 3;
2022-11-06 15:30:21 +03:00
}
2023-02-28 04:12:44 +03:00