13 lines
236 B
C#
13 lines
236 B
C#
namespace FreeSR.Proto
|
|
{
|
|
using ProtoBuf;
|
|
|
|
[ProtoContract]
|
|
public class BGKLIENJDDA
|
|
{
|
|
[ProtoMember(1)] public int Ibmkijdobie;
|
|
[ProtoMember(2)] public int MonsterId;
|
|
[ProtoMember(3)] public List<DJIFGCBEGEL> Eookgikfdim;
|
|
}
|
|
|
|
}
|