GC-Proto/proto/HomeNpcData.proto

15 lines
249 B
Protocol Buffer
Raw Normal View History

2023-02-28 04:12:44 +03:00
syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
import "Vector.proto";
// Name: BACEMJKBMHN
2023-04-03 09:51:55 +03:00
message HomeNpcData {
2023-02-28 04:12:44 +03:00
uint32 costume_id = 6;
Vector spawn_pos = 8;
2023-04-03 09:51:55 +03:00
Vector spawn_rot = 12;
2023-02-28 04:12:44 +03:00
uint32 avatar_id = 13;
}