17 lines
343 B
Protocol Buffer
17 lines
343 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
import "Vector.proto";
|
|
|
|
// Name: NICMKPJLHMI
|
|
message HomeFurnitureData {
|
|
uint32 version = 1;
|
|
int32 parent_furniture_index = 4; // LHFNIEEFJOP
|
|
Vector spawn_rot = 6; // MGHIMMEFBDI
|
|
uint32 furniture_id = 7;
|
|
uint32 guid = 8;
|
|
Vector spawn_pos = 13;
|
|
}
|
|
|