fork from 1.3
This commit is contained in:
14
FreeSR.Proto/ACCJMILCGPF.cs
Normal file
14
FreeSR.Proto/ACCJMILCGPF.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
namespace FreeSR.Proto
|
||||
{
|
||||
using ProtoBuf;
|
||||
|
||||
[ProtoContract]
|
||||
public class ACCJMILCGPF
|
||||
{
|
||||
[ProtoMember(9)] public int Retcode;
|
||||
[ProtoMember(13)] public ItemList Reward;
|
||||
[ProtoMember(10)] public int TakeDays;
|
||||
[ProtoMember(4)] public int Id;
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user