mirror of
https://github.com/DerTyp7/fps-citybuild-unity.git
synced 2025-10-29 20:22:08 +01:00
Update Building.cs
This commit is contained in:
@@ -7,6 +7,8 @@ public abstract class Building : MonoBehaviour
|
|||||||
public string title = "New Building";
|
public string title = "New Building";
|
||||||
public string description = "A cool new building";
|
public string description = "A cool new building";
|
||||||
|
|
||||||
|
//Refer to a BLUEPRINT from here
|
||||||
|
|
||||||
public enum BuildingType
|
public enum BuildingType
|
||||||
{
|
{
|
||||||
Housing,
|
Housing,
|
||||||
|
|||||||
Reference in New Issue
Block a user