mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-08-03 11:00:13 +03:00
Update 3.3 (wow, a lot changed)
This commit is contained in:
@@ -25,15 +25,15 @@ import "SocialDetail.proto";
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
message OtherCustomDungeonBrief {
|
||||
SocialDetail creator_detail = 4;
|
||||
uint32 battle_min_cost_time = 15;
|
||||
CustomDungeonAbstract abstract = 2;
|
||||
uint64 dungeon_guid = 14;
|
||||
CustomDungeonSetting setting = 10;
|
||||
uint32 dungeon_id = 6;
|
||||
repeated uint32 tag_list = 1;
|
||||
bool is_adventure_dungeon = 11;
|
||||
bool is_psn_platform = 9;
|
||||
bool is_stored = 3;
|
||||
CustomDungeonSocial social = 12;
|
||||
bool is_adventure_dungeon = 12;
|
||||
uint32 battle_min_cost_time = 10;
|
||||
repeated uint32 tag_list = 13;
|
||||
bool is_stored = 8;
|
||||
uint32 dungeon_id = 15;
|
||||
bool is_psn_platform = 1;
|
||||
uint64 dungeon_guid = 7;
|
||||
CustomDungeonSetting setting = 2;
|
||||
CustomDungeonSocial social = 14;
|
||||
CustomDungeonAbstract abstract = 4;
|
||||
SocialDetail creator_detail = 11;
|
||||
}
|
||||
|
Reference in New Issue
Block a user