forked from Moux23333/FreeSR
19 lines
491 B
C#
19 lines
491 B
C#
namespace FreeSR.Proto
|
|
{
|
|
using ProtoBuf;
|
|
|
|
[ProtoContract]
|
|
public class DoGachaScRsp
|
|
{
|
|
[ProtoMember(1)] public List<GachaItem> GachaItemList;
|
|
[ProtoMember(10)] public int Gkocldfiifo;
|
|
[ProtoMember(13)] public int Mndhfonagnl;
|
|
[ProtoMember(11)] public int Nmaojeiedak;
|
|
[ProtoMember(14)] public int GachaNum;
|
|
[ProtoMember(12)] public int Lahiaeicene;
|
|
[ProtoMember(8)] public int Mnpcohfblfd;
|
|
[ProtoMember(9)] public int Retcode;
|
|
[ProtoMember(3)] public int GachaId;
|
|
}
|
|
|
|
}
|