GSServer-CBT/soggy-mistress/proto/ParamList.proto

6 lines
75 B
Protocol Buffer

syntax = "proto3";
message ParamList {
repeated uint32 paramList_ = 1;
}