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

14 lines
217 B
C#

namespace FreeSR.Proto
{
using ProtoBuf;
[ProtoContract]
public class EGBFHJEDGNM
{
[ProtoMember(13)] public int StageId;
[ProtoMember(1)] public ItemList Reward;
[ProtoMember(5)] public int Retcode;
}
}