Added unlock info to each button

This commit is contained in:
Pasha Bibko
2026-05-05 10:01:54 +01:00
parent 99289ab2ba
commit 4b08904de9
7 changed files with 245 additions and 31 deletions

View File

@@ -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