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:
@@ -22,8 +22,8 @@ import "DungeonEntryInfo.proto";
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
message DailyDungeonEntryInfo {
|
||||
uint32 dungeon_entry_config_id = 12;
|
||||
uint32 dungeon_entry_id = 15;
|
||||
DungeonEntryInfo recommend_dungeon_entry_info = 1;
|
||||
uint32 recommend_dungeon_id = 4;
|
||||
DungeonEntryInfo recommend_dungeon_entry_info = 6;
|
||||
uint32 dungeon_entry_config_id = 10;
|
||||
uint32 recommend_dungeon_id = 5;
|
||||
uint32 dungeon_entry_id = 12;
|
||||
}
|
||||
|
Reference in New Issue
Block a user