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,9 +22,9 @@ import "RogueCellState.proto";
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
message RogueCellInfo {
|
||||
uint32 dungeon_id = 1;
|
||||
uint32 cell_config_id = 14;
|
||||
uint32 dungeon_id = 4;
|
||||
uint32 cell_id = 9;
|
||||
uint32 cell_id = 2;
|
||||
RogueCellState state = 9;
|
||||
uint32 cell_type = 13;
|
||||
RogueCellState state = 10;
|
||||
}
|
||||
|
Reference in New Issue
Block a user