14 lines
268 B
C#
14 lines
268 B
C#
namespace FreeSR.Proto
|
|
{
|
|
using ProtoBuf;
|
|
|
|
[ProtoContract]
|
|
public class HCOAIPKGONL
|
|
{
|
|
[ProtoMember(1)] public int Retcode;
|
|
[ProtoMember(6)] public ItemList Dbigipecgif;
|
|
[ProtoMember(8)] public int Fbojdghpopf;
|
|
[ProtoMember(9)] public ItemList Reward;
|
|
}
|
|
|
|
}
|