export enum LandType { Public = 0, OwnedByOther = 1, OwnedByGroup = 2, OwnedByRequester = 3, ForSale = 4, BeingAuctioned = 5 }