Add tier management system with JSON loading; refactor PopulationVisualizer for category handling
This commit is contained in:
@@ -5,6 +5,7 @@ namespace ParasiticGod.Scripts.Core;
|
||||
[GlobalClass]
|
||||
public partial class TierDefinition : Resource
|
||||
{
|
||||
[Export] public PackedScene Scene { get; private set; }
|
||||
[Export] public long Threshold { get; private set; }
|
||||
[Export] public PackedScene Scene { get; set; }
|
||||
[Export] public long Threshold { get; set; }
|
||||
[Export] public Follower.FollowerTier TierEnum { get; set; }
|
||||
}
|
Reference in New Issue
Block a user