forked from Moux23333/FreeSR
13 lines
224 B
C#
13 lines
224 B
C#
namespace FreeSR.Proto
|
|
{
|
|
using ProtoBuf;
|
|
|
|
[ProtoContract]
|
|
public class BLBFPHDOCLK
|
|
{
|
|
[ProtoMember(1)] public int Kbohdbanjbk;
|
|
[ProtoMember(9)] public int Mfmadpcfpen;
|
|
[ProtoMember(6)] public int Cdfngddcccd;
|
|
}
|
|
|
|
}
|