13 lines
181 B
C#
13 lines
181 B
C#
|
namespace FreeSR.Proto
|
||
|
{
|
||
|
using ProtoBuf;
|
||
|
|
||
|
[ProtoContract]
|
||
|
public class ICOAALEDDFO
|
||
|
{
|
||
|
[ProtoMember(3)] public int Fbdoccidjhb;
|
||
|
[ProtoMember(7)] public int Cmjemamgbac;
|
||
|
}
|
||
|
|
||
|
}
|