Added unlock info to each button
This commit is contained in:
@@ -75,6 +75,19 @@ namespace Fruitomation.Game
|
||||
[Preserve] Peeler,
|
||||
}
|
||||
|
||||
[Serializable] public enum AutomationBuildingType
|
||||
{
|
||||
[Preserve] None,
|
||||
[Preserve] Slicer,
|
||||
[Preserve] Presser,
|
||||
[Preserve] HeatExchanger,
|
||||
[Preserve] Grinder,
|
||||
[Preserve] Mixer,
|
||||
[Preserve] Fermenter,
|
||||
[Preserve] Peeler,
|
||||
[Preserve] Spawner
|
||||
}
|
||||
|
||||
public class UnlockedUpgrades
|
||||
{
|
||||
[Serializable] public class Serialized
|
||||
|
||||
Reference in New Issue
Block a user