NahidaImpact/NahidaImpact.Protocol/MassivePropSyncInfo.proto
2024-01-04 16:48:39 +03:00

9 lines
146 B
Protocol Buffer

syntax = "proto3";
import "MassivePropParam.proto";
message MassivePropSyncInfo {
repeated MassivePropParam prop_list = 2;
int64 id = 1;
}