mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-08-03 11:00:13 +03:00
Update 3.2
This commit is contained in:
@@ -18,18 +18,18 @@
|
||||
syntax = "proto3";
|
||||
|
||||
import "ItemParam.proto";
|
||||
import "Unk2700_DIEGJDEIDKO.proto";
|
||||
import "Unk2700_MBIDJDLLBNM.proto";
|
||||
import "WinterCampRaceStageInfo.proto";
|
||||
import "WinterCampStageInfo.proto";
|
||||
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
message WinterCampActivityDetailInfo {
|
||||
repeated Unk2700_MBIDJDLLBNM Unk2700_FBMHFJHDJNB = 9;
|
||||
Unk2700_DIEGJDEIDKO battle_info = 10;
|
||||
repeated uint32 Unk2700_GALHBPGEGNL = 8;
|
||||
repeated uint32 Unk2700_DKCGOPBHJHA = 14;
|
||||
repeated uint32 Unk2700_OOBOCEALLBE = 6;
|
||||
repeated WinterCampRaceStageInfo race_info_list = 9;
|
||||
WinterCampStageInfo battle_info = 10;
|
||||
repeated uint32 wish_id_list = 8;
|
||||
repeated uint32 battle_taken_reward_list = 14;
|
||||
repeated uint32 explore_taken_reward_list = 6;
|
||||
bool is_content_closed = 15;
|
||||
Unk2700_DIEGJDEIDKO explore_info = 11;
|
||||
repeated ItemParam Unk2700_CFENLEBIKGG = 2;
|
||||
WinterCampStageInfo explore_info = 11;
|
||||
repeated ItemParam used_item_list = 2;
|
||||
}
|
||||
|
Reference in New Issue
Block a user