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:
14
proto/HomeFurnitureData.proto
Normal file
14
proto/HomeFurnitureData.proto
Normal file
@@ -0,0 +1,14 @@
|
||||
syntax = "proto3";
|
||||
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
import "Vector.proto";
|
||||
|
||||
message HomeFurnitureData {
|
||||
uint32 furniture_id = 1;
|
||||
Vector spawn_pos = 3;
|
||||
Vector spawn_rot = 4;
|
||||
int32 parent_furniture_index = 7;
|
||||
uint32 guid = 8;
|
||||
uint32 version = 9;
|
||||
}
|
||||
Reference in New Issue
Block a user