GC-Proto/proto/ActivityInfo.proto

36 lines
997 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
2022-11-06 15:51:40 +03:00
import "ActivityPushTipsData.proto";
2022-11-06 15:30:21 +03:00
import "ActivityWatcherInfo.proto";
2023-02-28 06:08:38 +03:00
import "MusicGameActivityDetailInfo.proto";
2023-01-28 18:50:00 +03:00
// 3.6 (HELP)
2022-11-06 15:30:21 +03:00
message ActivityInfo {
repeated uint32 IMFFKIMJDJH = 13;
2023-04-11 11:18:47 +03:00
uint32 OIBEDADECFB = 238;
uint32 end_time = 10;
uint32 activity_id = 1;
repeated ActivityPushTipsData activity_push_tips_data_list = 1986;
bool DCENNBKGOAH = 1227;
repeated uint32 meet_cond_list = 5; // CGFKLALMOLH
uint32 schedule_id = 2;
bool DNKBDEJAOMC = 6;
bool MPCDIKMJOAC = 2041;
uint32 cur_score = 882;
uint32 activity_type = 11;
2023-04-11 11:18:47 +03:00
bool GODELKHIPDE = 3;
bool DLNNGPNHBFB = 1789;
uint32 first_day_start_time = 617;
uint32 begin_time = 15;
uint32 JAFIBAJIAFF = 540;
bool is_finished = 12;
2023-05-22 12:54:27 +03:00
bool is_starting = 202;
2023-04-11 11:18:47 +03:00
repeated ActivityWatcherInfo watcher_info_list = 4;
2023-02-28 06:08:38 +03:00
oneof detail {
2023-04-11 11:18:47 +03:00
MusicGameActivityDetailInfo music_game_info = 1643;
2023-02-28 06:08:38 +03:00
}
2022-11-06 15:30:21 +03:00
}
2023-02-28 06:08:38 +03:00