GC-Proto/proto/MassivePropSyncInfo.proto
2023-01-28 22:00:48 +08:00

12 lines
195 B
Protocol Buffer

syntax = "proto3";
import "MassivePropParam.proto";
option java_package = "emu.grasscutter.net.proto";
message MassivePropSyncInfo {
int64 id = 1;
repeated MassivePropParam propList = 2;
}