Files
FreeSR/FreeSR.Proto/ILLAHLPFMOD.cs
2024-01-27 21:06:07 +08:00

14 lines
231 B
C#

namespace FreeSR.Proto
{
using ProtoBuf;
[ProtoContract]
public class ILLAHLPFMOD
{
[ProtoMember(4)] public int Adpempoleln;
[ProtoMember(5)] public int Retcode;
[ProtoMember(11)] public List<Mission> Fgpoclagodl;
}
}