mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-08-03 02:50:13 +03:00
Update 3.2
This commit is contained in:
@@ -17,15 +17,15 @@
|
||||
|
||||
syntax = "proto3";
|
||||
|
||||
import "GachaStage.proto";
|
||||
import "GachaStageData.proto";
|
||||
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
message GachaActivityDetailInfo {
|
||||
repeated uint32 Unk2700_PIDHKNLDALB = 6;
|
||||
repeated GachaStage gacha_stage_list = 4;
|
||||
map<uint32, uint32> Unk2700_KOHKBCABICD = 8;
|
||||
uint32 Unk2700_CDPAPBIOPCA = 3;
|
||||
map<uint32, uint32> Unk2700_DACHHINLDDJ = 5;
|
||||
uint32 Unk2700_FGFGLDIJJEK = 12;
|
||||
repeated uint32 have_get_robot_list = 6;
|
||||
repeated GachaStageData gacha_stage_list = 4;
|
||||
map<uint32, uint32> have_reward_robot_num_map = 8;
|
||||
uint32 tech_create_robot_id = 3;
|
||||
map<uint32, uint32> robot_num_map = 5;
|
||||
uint32 robot_finish_num = 12;
|
||||
}
|
||||
|
Reference in New Issue
Block a user