Files
FreeSR/FreeSR.Proto/MLFOCGCPBBN.cs
2024-01-27 21:06:07 +08:00

13 lines
185 B
C#

namespace FreeSR.Proto
{
using ProtoBuf;
[ProtoContract]
public class MLFOCGCPBBN
{
[ProtoMember(3)] public bool Kcedlencafc;
[ProtoMember(14)] public MotionInfo Motion;
}
}