17 lines
402 B
Protocol Buffer
17 lines
402 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
import "HomeMarkPointFurnitureData.proto";
|
|
import "Vector.proto";
|
|
|
|
// Name: KDHIILONFMA
|
|
message HomeMarkPointSceneData {
|
|
Vector safe_point_pos = 6; // PEIAJDDGMIG
|
|
uint32 module_id = 5;
|
|
Vector teapot_spirit_pos = 3; // IPPBNCILPHJ
|
|
repeated HomeMarkPointFurnitureData furniture_list = 2;
|
|
uint32 scene_id = 8;
|
|
}
|
|
|