mirror of
https://github.com/DerTyp7/fps-citybuild-unity.git
synced 2025-10-30 12:37:08 +01:00
Updated Building.cs
This commit is contained in:
@@ -4,9 +4,7 @@ using UnityEngine;
|
||||
|
||||
public abstract class Building : MonoBehaviour
|
||||
{
|
||||
|
||||
public abstract string GetTitle();
|
||||
public abstract string GetDescription();
|
||||
|
||||
public string title = "New Building";
|
||||
public string description = "A cool new building";
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user