13 lines
217 B
C#
13 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;
|
|
}
|
|
|
|
}
|