GC-Proto/proto/HomeVerifyFurnitureData.proto

13 lines
201 B
Protocol Buffer
Raw Normal View History

2023-02-28 06:08:38 +03:00
syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
// Name: PGINEKANCNG
message HomeVerifyFurnitureData {
repeated uint32 type = 6;
uint32 num = 13;
uint32 id = 5;
}