fork from 1.3
This commit is contained in:
15
FreeSR.Proto/Goods.cs
Normal file
15
FreeSR.Proto/Goods.cs
Normal file
@@ -0,0 +1,15 @@
|
||||
namespace FreeSR.Proto
|
||||
{
|
||||
using ProtoBuf;
|
||||
|
||||
[ProtoContract]
|
||||
public class Goods
|
||||
{
|
||||
[ProtoMember(10)] public int ItemId;
|
||||
[ProtoMember(7)] public long EndTime;
|
||||
[ProtoMember(5)] public int GoodsId;
|
||||
[ProtoMember(14)] public int BuyTimes;
|
||||
[ProtoMember(12)] public long BeginTime;
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user