ResourceText

This commit is contained in:
DerTyp187
2021-10-01 11:11:58 +02:00
parent 8692827990
commit 96fdac4acc
7 changed files with 65 additions and 6 deletions

View File

@@ -8,6 +8,7 @@ public class HouseBuildingScript : Building
{
title = "House";
description = "A place to live in";
buildingType = BuildingType.Housing;
}
}