forked from Moux23333/FreeSR
13 lines
210 B
C#
13 lines
210 B
C#
namespace FreeSR.Proto
|
|
{
|
|
using ProtoBuf;
|
|
|
|
[ProtoContract]
|
|
public class JAKOAONFNGN
|
|
{
|
|
[ProtoMember(5)] public long Jfhkdolijdi;
|
|
[ProtoMember(3)] public int Num;
|
|
[ProtoMember(12)] public int Tid;
|
|
}
|
|
|
|
}
|