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:
@@ -25,14 +25,14 @@ import "CustomDungeonState.proto";
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
message CustomDungeonBrief {
|
||||
CustomDungeonSetting setting = 2;
|
||||
bool is_psn_platform = 13;
|
||||
CustomDungeonSocial social = 7;
|
||||
uint64 dungeon_guid = 10;
|
||||
uint32 last_save_time = 14;
|
||||
repeated uint32 tag_list = 15;
|
||||
uint32 dungeon_id = 5;
|
||||
uint32 battle_min_cost_time = 12;
|
||||
CustomDungeonState state = 1;
|
||||
CustomDungeonAbstract abstract = 4;
|
||||
uint64 dungeon_guid = 14;
|
||||
CustomDungeonAbstract abstract = 8;
|
||||
repeated uint32 tag_list = 4;
|
||||
bool is_psn_platform = 9;
|
||||
CustomDungeonSocial social = 10;
|
||||
CustomDungeonState state = 2;
|
||||
uint32 battle_min_cost_time = 15;
|
||||
uint32 dungeon_id = 3;
|
||||
CustomDungeonSetting setting = 7;
|
||||
uint32 last_save_time = 12;
|
||||
}
|
||||
|
Reference in New Issue
Block a user