Started adding building unlocks
This commit is contained in:
@@ -9,6 +9,7 @@ namespace Fruitomation.Game
|
||||
[System.Serializable] public class BuildingInfo
|
||||
{
|
||||
public string Name;
|
||||
public BuildingUnlock Requirement;
|
||||
public GameObject Prefab;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user