GC-Proto/proto/HomeMarkPointNPCData.proto

9 lines
177 B
Protocol Buffer
Raw Normal View History

syntax = "proto3";
2024-08-28 12:09:22 +03:00
option java_package = "emu.grasscutter.net.proto";
2024-08-28 12:09:22 +03:00
// Version: 5.0
message HomeMarkPointNPCData {
uint32 avatar_id = 1;
uint32 costume_id = 2;
}