mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2025-12-20 02:45:52 +01:00
Implement the Home System (Serenitea Pot)
This commit is contained in:
13
proto/HomeFurnitureSuiteData.proto
Normal file
13
proto/HomeFurnitureSuiteData.proto
Normal file
@@ -0,0 +1,13 @@
|
||||
syntax = "proto3";
|
||||
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
import "Vector.proto";
|
||||
|
||||
message HomeFurnitureSuiteData {
|
||||
uint32 suite_id = 1;
|
||||
Vector spawn_pos = 2;
|
||||
repeated int32 included_furniture_index_list = 3;
|
||||
uint32 guid = 5;
|
||||
bool is_allow_summon = 6;
|
||||
}
|
||||
Reference in New Issue
Block a user