mirror of
https://github.com/DerTyp7/fps-citybuild-unity.git
synced 2025-10-30 12:37:08 +01:00
ResourceText
This commit is contained in:
@@ -7,4 +7,12 @@ public abstract class Building : MonoBehaviour
|
||||
public string title = "New Building";
|
||||
public string description = "A cool new building";
|
||||
|
||||
public enum BuildingType
|
||||
{
|
||||
Housing,
|
||||
Storage,
|
||||
Decoration
|
||||
}
|
||||
|
||||
public BuildingType buildingType;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user