forked from Moux23333/FreeSR
14 lines
269 B
C#
14 lines
269 B
C#
namespace FreeSR.Proto
|
|
{
|
|
using ProtoBuf;
|
|
|
|
[ProtoContract]
|
|
public class MazeGroup
|
|
{
|
|
[ProtoMember(7)] public int Mckacflldhl;
|
|
[ProtoMember(10)] public int GroupId;
|
|
[ProtoMember(6)] public bool Benlbegjimh;
|
|
[ProtoMember(4)] public List<int> Aldikbfefnm;
|
|
}
|
|
|
|
}
|