Added spring
This commit is contained in:
@@ -49,7 +49,11 @@ namespace Fruitomation.Game
|
||||
PitayaIceCream,
|
||||
SpicedPitayaIceCream,
|
||||
}
|
||||
|
||||
|
||||
[Serializable] public enum IncrementalUpgrade
|
||||
{
|
||||
}
|
||||
|
||||
public class UnlockedUpgrades
|
||||
{
|
||||
[Serializable] public class Serialized
|
||||
@@ -130,7 +134,7 @@ namespace Fruitomation.Game
|
||||
|
||||
public static void Unlock(BasicUpgrade upgrade) => CurrentUpgrades.Unlock(upgrade);
|
||||
|
||||
public static bool Unlocked(BasicUpgrade upgrade) => CurrentUpgrades.IsUnlocked(upgrade);
|
||||
public static bool Is(BasicUpgrade upgrade) => CurrentUpgrades.IsUnlocked(upgrade);
|
||||
|
||||
#if UNITY_EDITOR
|
||||
[MenuItem("Fruitomation/Reset Upgrades")]
|
||||
|
||||
Reference in New Issue
Block a user