forked from Moux23333/FreeSR
14 lines
236 B
C#
14 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;
|
||
|
}
|
||
|
|
||
|
}
|