mirror of
https://git.neonteam.dev/amizing/FreeSR.git
synced 2025-03-12 03:36:21 -04:00
15 lines
297 B
C#
15 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;
|
|
}
|
|
|
|
}
|