forked from Moux23333/FreeSR
12 lines
195 B
C#
12 lines
195 B
C#
namespace FreeSR.Proto
|
|
{
|
|
using ProtoBuf;
|
|
|
|
[ProtoContract]
|
|
public class EntityBuffInfo
|
|
{
|
|
[ProtoMember(6)] public List<IMEGNPMOHOL> BuffList;
|
|
[ProtoMember(7)] public int Mkffcdjjajn;
|
|
}
|
|
|
|
}
|