Files
FreeSR/FreeSR.Proto/GetRaidInfoScRsp.cs
2024-01-27 21:06:07 +08:00

15 lines
333 B
C#

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;
}
}