GC-Proto/proto/HomeFurnitureSuiteData.proto

13 lines
299 B
Protocol Buffer
Raw Normal View History

2022-11-06 15:30:21 +03:00
syntax = "proto3";
2023-01-28 18:50:00 +03:00
option java_package = "emu.grasscutter.net.proto";
2023-05-23 13:12:42 +03:00
import "Vector.proto";
2024-08-17 09:14:42 +03:00
// 4.7.0
//obf: GJMLNOHGMDG
2022-11-06 15:30:21 +03:00
message HomeFurnitureSuiteData {
2024-06-02 06:52:03 +03:00
repeated int32 included_furniture_index_list = 1;
2024-08-17 09:14:42 +03:00
uint32 guid = 2;
uint32 suite_id = 7;
bool is_allow_summon = 13;
Vector spawn_pos = 12;
2022-11-06 15:30:21 +03:00
}