forked from Moux23333/FreeSR
13 lines
219 B
C#
13 lines
219 B
C#
namespace FreeSR.Proto
|
|
{
|
|
using ProtoBuf;
|
|
|
|
[ProtoContract]
|
|
public class BNJEEKLJOEI
|
|
{
|
|
[ProtoMember(3)] public int BeginTime;
|
|
[ProtoMember(9)] public int EndTime;
|
|
[ProtoMember(15)] public int Dklobaachnn;
|
|
}
|
|
|
|
}
|