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,9 +22,9 @@ import "HomeVerifyBlockData.proto";
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
message HomeVerifySceneData {
|
||||
repeated HomeVerifyBlockData blocks = 6;
|
||||
uint32 module_id = 11;
|
||||
uint32 scene_id = 4;
|
||||
uint32 version = 14;
|
||||
uint32 is_room = 2;
|
||||
uint32 scene_id = 7;
|
||||
repeated HomeVerifyBlockData blocks = 8;
|
||||
uint32 version = 2;
|
||||
uint32 is_room = 9;
|
||||
uint32 module_id = 12;
|
||||
}
|
||||
|
Reference in New Issue
Block a user