Merge branch 'daiki.esdfth12488-4.0-gc-fix-patch-50276' into '4.0-gc-fix'
Update HomeMarkPointSceneData.proto See merge request YuukiPS/GC-Proto!10
This commit is contained in:
commit
3ecdd41228
|
@ -21,8 +21,8 @@ import "Vector.proto";
|
||||||
// Obf: OKNHJBLIEGA
|
// Obf: OKNHJBLIEGA
|
||||||
message HomeMarkPointSceneData {
|
message HomeMarkPointSceneData {
|
||||||
repeated HomeMarkPointFurnitureData furniture_list = 7;
|
repeated HomeMarkPointFurnitureData furniture_list = 7;
|
||||||
Vector teapot_spirit_pos = 8;
|
Vector safe_point_pos = 8;
|
||||||
uint32 module_id = 9;
|
uint32 module_id = 9;
|
||||||
uint32 scene_id = 5;
|
uint32 scene_id = 5;
|
||||||
Vector safe_point_pos = 3;
|
Vector teapot_spirit_pos = 3;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue