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 "Vector.proto";
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
message PhotoPosData {
|
||||
Vector center = 15;
|
||||
uint32 open_time = 2;
|
||||
bool is_view = 4;
|
||||
uint32 open_time = 10;
|
||||
uint32 pos_id = 9;
|
||||
bool is_open = 6;
|
||||
Vector center = 7;
|
||||
bool is_view = 13;
|
||||
bool is_open = 3;
|
||||
}
|
||||
|
Reference in New Issue
Block a user