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

14 lines
237 B
C#

namespace FreeSR.Proto
{
using ProtoBuf;
[ProtoContract]
public class FMDPJIPCAHP
{
[ProtoMember(2)] public int Retcode;
[ProtoMember(7)] public List<int> Clfodagppmj;
[ProtoMember(8)] public List<int> BaseAvatarIdList;
}
}