forked from Moux23333/FreeSR
13 lines
215 B
C#
13 lines
215 B
C#
namespace FreeSR.Proto
|
|
{
|
|
using ProtoBuf;
|
|
|
|
[ProtoContract]
|
|
public class DBOBECOBOFC
|
|
{
|
|
[ProtoMember(2)] public bool Ndiafhlbnpe;
|
|
[ProtoMember(3)] public int MonsterId;
|
|
[ProtoMember(1)] public int Uid;
|
|
}
|
|
|
|
}
|