40 lines
1.1 KiB
Protocol Buffer
40 lines
1.1 KiB
Protocol Buffer
syntax = "proto3";
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
import "ActivityWatcherInfo.proto";
|
|
import "ActivityPushTipsData.proto";
|
|
|
|
import "MusicGameActivityDetailInfo.proto";
|
|
|
|
// 4.7.0
|
|
// Obf: ?
|
|
message ActivityInfo {
|
|
uint32 activity_id = 3;
|
|
//repeated uint32 DNMOEAFCDGC = 1736;
|
|
repeated ActivityWatcherInfo watcher_info_list = 9;
|
|
bool is_finished = 14;
|
|
//repeated uint32 LJLDCLMAMNL = 482;
|
|
//bool PJJKJGALLGD = 16;
|
|
uint32 activity_type = 1;
|
|
uint32 schedule_id = 5;
|
|
map<uint32, uint32> activity_coin_map = 1562;
|
|
repeated uint32 meet_cond_list = 12;
|
|
//bool DKJDABCNGBP = 13;
|
|
uint32 begin_time = 2;
|
|
//uint32 INGFNLLCDOL = 733;
|
|
//bool ENNDKMJIMHN = 15;
|
|
uint32 cur_score = 1555;
|
|
//bool BKJNDLLNAML = 1818;
|
|
uint32 first_day_start_time = 978;
|
|
//bool ABMOPKOIMPA = 525;
|
|
//uint32 FGFGECAAKJM = 1703;
|
|
//bool GFEMIEBKKKL = 1117;
|
|
//uint32 CEFIPNKPEKA = 621;
|
|
uint32 end_time = 11;
|
|
map<uint32, uint32> wish_gift_num_map = 924;
|
|
//repeated uint32 PHCOMIFAIJD = 4;
|
|
repeated ActivityPushTipsData activity_push_tips_data_list = 643;
|
|
oneof detail {
|
|
MusicGameActivityDetailInfo music_game_info = 1847;
|
|
}
|
|
}
|