GC-Proto/proto/HomeMarkPointNPCData.proto

12 lines
181 B
Protocol Buffer
Raw Normal View History

2023-02-28 06:08:38 +03:00
syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
2023-04-11 11:18:47 +03:00
// Name: ECAMCLJMACN
2023-02-28 06:08:38 +03:00
message HomeMarkPointNPCData {
uint32 avatar_id = 1;
uint32 costume_id = 2;
}