12 lines
185 B
C#
12 lines
185 B
C#
namespace FreeSR.Proto
|
|
{
|
|
using ProtoBuf;
|
|
|
|
[ProtoContract]
|
|
public class MLFOCGCPBBN
|
|
{
|
|
[ProtoMember(3)] public bool Kcedlencafc;
|
|
[ProtoMember(14)] public MotionInfo Motion;
|
|
}
|
|
|
|
}
|