13 lines
220 B
C#
13 lines
220 B
C#
namespace FreeSR.Proto
|
|
{
|
|
using ProtoBuf;
|
|
|
|
[ProtoContract]
|
|
public class DAENAKADALA
|
|
{
|
|
[ProtoMember(4)] public int Retcode;
|
|
[ProtoMember(5)] public int Jeofkbfmjpo;
|
|
[ProtoMember(9)] public ItemList Reward;
|
|
}
|
|
|
|
}
|