mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-08-03 02:50:13 +03:00
Update 3.3 (wow, a lot changed)
This commit is contained in:
@@ -22,8 +22,8 @@ import "OfficialCustomDungeon.proto";
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
message UgcActivityDetailInfo {
|
||||
bool is_ugc_feature_closed = 10;
|
||||
uint32 custom_dungeon_group_id = 12;
|
||||
repeated OfficialCustomDungeon official_custom_dungeon_list = 5;
|
||||
bool is_enable_ugc = 11;
|
||||
bool is_enable_ugc = 14;
|
||||
repeated OfficialCustomDungeon official_custom_dungeon_list = 10;
|
||||
uint32 custom_dungeon_group_id = 4;
|
||||
bool is_ugc_feature_closed = 9;
|
||||
}
|
||||
|
Reference in New Issue
Block a user