NahidaImpact/NahidaImpact.Protocol/MassivePropSyncInfo.proto

10 lines
146 B
Protocol Buffer
Raw Permalink Normal View History

2024-01-04 13:48:39 +00:00
syntax = "proto3";
import "MassivePropParam.proto";
message MassivePropSyncInfo {
repeated MassivePropParam prop_list = 2;
int64 id = 1;
}