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