forked from Moux23333/FreeSR
13 lines
218 B
C#
13 lines
218 B
C#
namespace FreeSR.Proto
|
|
{
|
|
using ProtoBuf;
|
|
|
|
[ProtoContract]
|
|
public class DBGMKLOAPFN
|
|
{
|
|
[ProtoMember(13)] public int PlaneId;
|
|
[ProtoMember(8)] public int PropEntityId;
|
|
[ProtoMember(4)] public int FloorId;
|
|
}
|
|
|
|
}
|