mirror of
https://git.neonteam.dev/amizing/FreeSR.git
synced 2025-03-12 03:36:21 -04:00
16 lines
310 B
C#
16 lines
310 B
C#
namespace FreeSR.Proto
|
|
{
|
|
using ProtoBuf;
|
|
|
|
[ProtoContract]
|
|
public class OPLMPPMNJJF
|
|
{
|
|
[ProtoMember(15)] public ODEDPDAEJCH Status;
|
|
[ProtoMember(13)] public int Id;
|
|
[ProtoMember(3)] public List<int> Bfpifomiech;
|
|
[ProtoMember(7)] public int Lajjmmgedid;
|
|
[ProtoMember(11)] public int Progress;
|
|
}
|
|
|
|
}
|