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

14 lines
217 B
C#

namespace FreeSR.Proto
{
using ProtoBuf;
[ProtoContract]
public class GPACJPIOKEC
{
[ProtoMember(9)] public int FloorId;
[ProtoMember(5)] public int PropEntityId;
[ProtoMember(8)] public int PlaneId;
}
}