ShelterType

public enum ShelterType
{
	EntirePlace,
	SharedRoom,
	PrivateRoom
}

Last updated