8 lines
120 B
Protocol Buffer
8 lines
120 B
Protocol Buffer
|
syntax = "proto3";
|
||
|
|
||
|
// Obf: DEEONIENNBB
|
||
|
message HomeMarkPointNPCData {
|
||
|
uint32 avatar_id = 1;
|
||
|
uint32 costume_id = 2;
|
||
|
}
|