namespace ACE.Server.Physics.Common { public class SurfInfo { public uint PalCode; public uint LCellCount; public Surface Surface; public uint SurfNum; } }