fork from 1.3
This commit is contained in:
14
FreeSR.Proto/BlackInfo.cs
Normal file
14
FreeSR.Proto/BlackInfo.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
namespace FreeSR.Proto
|
||||
{
|
||||
using ProtoBuf;
|
||||
|
||||
[ProtoContract]
|
||||
public class BlackInfo
|
||||
{
|
||||
[ProtoMember(1)] public int BeginTime;
|
||||
[ProtoMember(2)] public int EndTime;
|
||||
[ProtoMember(3)] public int LimitLevel;
|
||||
[ProtoMember(4)] public int BanType;
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user