Updated Building.cs

This commit is contained in:
DerTyp187
2021-09-30 08:41:59 +02:00
parent 2dbed6bdc0
commit 99830d476f
9 changed files with 44 additions and 27 deletions

View File

@@ -19,8 +19,6 @@ public class InfoSign : Interactable
public override void Interact()
{
Debug.Log(parentBuilding.GetTitle());
Debug.Log("interact");
}
}