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:
@@ -20,9 +20,9 @@ syntax = "proto3";
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
message CustomDungeonAbstract {
|
||||
map<uint32, uint32> brick_statistics_map = 12;
|
||||
uint32 first_publish_time = 3;
|
||||
uint32 total_coin_num = 15;
|
||||
uint32 last_publish_time = 6;
|
||||
uint32 finish_room_id = 7;
|
||||
uint32 Unk3300_EJGBHGHLFPI = 7;
|
||||
uint32 last_publish_time = 12;
|
||||
map<uint32, uint32> brick_statistics_map = 2;
|
||||
uint32 first_publish_time = 8;
|
||||
uint32 Unk3300_JPFIHKECLMF = 4;
|
||||
}
|
||||
|
Reference in New Issue
Block a user