I can not get the properties
"Thatched Farmhouse Design"
Shows all the designs except "Thatched Farmhouse"
"Thatched Farmhouse Design"
Code:
foreach (var itm in getAllInvItems()){
try{
Log(itm.name+"\t"+itm.db.housingDb.alley.ToString());
} catch (Exception) {
}
}