fork from 1.3
This commit is contained in:
14
FreeSR.Proto/GetRaidInfoScRsp.cs
Normal file
14
FreeSR.Proto/GetRaidInfoScRsp.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
namespace FreeSR.Proto
|
||||
{
|
||||
using ProtoBuf;
|
||||
|
||||
[ProtoContract]
|
||||
public class GetRaidInfoScRsp
|
||||
{
|
||||
[ProtoMember(2)] public List<ENOHGAPOFLA> FinishedRaidInfoList;
|
||||
[ProtoMember(3)] public List<int> ChallengeTakenRewardIdList;
|
||||
[ProtoMember(1)] public List<MGLHNEGFGGF> ChallengeRaidList;
|
||||
[ProtoMember(10)] public int Retcode;
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user