13 lines
213 B
C#
13 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;
|
|
}
|
|
|
|
}
|