GC-Proto/proto/HomeMarkPointNPCData.proto

8 lines
157 B
Protocol Buffer
Raw Normal View History

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
2024-05-22 14:51:09 +03:00
2023-05-23 13:12:42 +03:00
message HomeMarkPointNPCData {
2024-05-22 14:51:09 +03:00
uint32 avatar_id = 1;
uint32 costume_id = 2;
}