PropertyType

public enum PropertyType
{
	House,
	GuestHouse,
	Apartment,
	Hostel,
	Hotel,
}

Last updated