14 lines
226 B
Protocol Buffer
14 lines
226 B
Protocol Buffer
|
syntax = "proto3";
|
||
|
|
||
|
option java_package = "emu.grasscutter.net.proto";
|
||
|
|
||
|
import "Vector.proto";
|
||
|
|
||
|
// Name: FCEGEHJMIMC
|
||
|
message FCEGEHJMIMC {
|
||
|
uint32 furniture_id = 12;
|
||
|
Vector MGHIMMEFBDI = 7;
|
||
|
Vector spawn_pos = 1;
|
||
|
}
|
||
|
|