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

14 lines
213 B
C#

namespace FreeSR.Proto
{
using ProtoBuf;
[ProtoContract]
public class MazeProp
{
[ProtoMember(10)] public int Lchhibcnmfp;
[ProtoMember(3)] public int State;
[ProtoMember(15)] public int GroupId;
}
}