update buildings

This commit is contained in:
DerTyp187
2021-09-28 14:38:03 +02:00
parent ed0c5cece6
commit 2dbed6bdc0
4 changed files with 11 additions and 3 deletions

View File

@@ -3,7 +3,8 @@ using System.Collections.Generic;
using UnityEngine;
public class HouseBuildingScript : Building
{
{
[SerializeField] private string title = "House";
[SerializeField] private string description = "A place for people to live in.";