GC-Proto/proto/HomeNpcData.proto

12 lines
242 B
Protocol Buffer
Raw Normal View History

2022-11-06 15:30:21 +03:00
syntax = "proto3";
2023-01-28 18:50:00 +03:00
option java_package = "emu.grasscutter.net.proto";
2023-05-23 13:12:42 +03:00
import "Vector.proto";
2024-08-17 09:14:42 +03:00
// 4.7.0
//obf: GBLBKCIOCLM?
2022-11-06 15:30:21 +03:00
message HomeNpcData {
2024-08-17 09:14:42 +03:00
Vector spawn_rot = 11;
uint32 costume_id = 10;
Vector spawn_pos = 12;
uint32 avatar_id = 6;
2022-11-06 15:30:21 +03:00
}