GC-Proto/proto/HomeFurnitureCustomSuiteData.proto

14 lines
258 B
Protocol Buffer
Raw Normal View History

2023-02-28 04:12:44 +03:00
syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
import "Vector.proto";
// Name: OHILLFINBBI
2023-04-03 09:51:55 +03:00
message HomeFurnitureCustomSuiteData {
2023-02-28 04:12:44 +03:00
uint32 guid = 2;
2023-04-03 09:51:55 +03:00
repeated int32 includedFurnitureIndexList = 4;
2023-02-28 04:12:44 +03:00
Vector spawn_pos = 10;
}