forked from Moux23333/FreeSR
14 lines
297 B
C#
14 lines
297 B
C#
namespace FreeSR.Proto
|
|
{
|
|
using ProtoBuf;
|
|
|
|
[ProtoContract]
|
|
public class GMKINPEGGMO
|
|
{
|
|
[ProtoMember(4)] public List<int> Klebkellfji;
|
|
[ProtoMember(9)] public List<int> Lajglegllag;
|
|
[ProtoMember(15)] public List<Mission> Cmehaeancbk;
|
|
[ProtoMember(10)] public List<int> Hkocnahpkmb;
|
|
}
|
|
|
|
}
|