12 lines
182 B
C#
12 lines
182 B
C#
namespace FreeSR.Proto
|
|
{
|
|
using ProtoBuf;
|
|
|
|
[ProtoContract]
|
|
public class PEPLDOJCKPB
|
|
{
|
|
[ProtoMember(15)] public int Oilhnfakdoi;
|
|
[ProtoMember(2)] public ItemList Reward;
|
|
}
|
|
|
|
}
|