mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-08-01 10:00:12 +03:00
* Fix Nama TrifleItem to Item
* Fix Name Rotation to Vector
This commit is contained in:
@@ -3,18 +3,18 @@ option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
|
||||
|
||||
import "Rotation.proto";
|
||||
import "Vector.proto";
|
||||
import "HomeFurnitureData.proto";
|
||||
import "HomeBlockArrangementInfo.proto";
|
||||
message HomeSceneArrangementInfo {
|
||||
Rotation djinnPos = 15;
|
||||
Vector djinnPos = 15;
|
||||
uint32 sceneId = 1;
|
||||
bool isSetBornPos = 5;
|
||||
Rotation bornPos = 10;
|
||||
Vector bornPos = 10;
|
||||
uint32 comfortValue = 9;
|
||||
repeated HomeFurnitureData Unk3300_GCHNAMHBPHG = 11;
|
||||
HomeFurnitureData mainHouse = 6;
|
||||
Rotation bornRot = 8;
|
||||
Vector bornRot = 8;
|
||||
uint32 tmpVersion = 4;
|
||||
repeated HomeFurnitureData Unk3300_HPCHPODNBPH = 7;
|
||||
repeated HomeBlockArrangementInfo blockArrangementInfoList = 3;
|
||||
|
Reference in New Issue
Block a user