namespace ACE.Entity.Enum { public enum SimplePolygonType { SimplePolygon = 0x0, PathPolygon = 0x1, PlanarPolygon = 0x2 }; }