Add LimboConsole plugin with command interpreter and configuration options
This commit is contained in:
@@ -5,6 +5,6 @@ namespace ParasiticGod.Scripts;
|
||||
[GlobalClass]
|
||||
public partial class Follower : Node2D
|
||||
{
|
||||
public enum FollowerTier { Tier1, Tier2, Tier3, Tier4, Tier5 }
|
||||
public enum FollowerTier { Tier1, Tier2, Tier3, Tier4, Tier5, Tier6, Tier7, Tier8, Tier9, Tier10 }
|
||||
[Export] public FollowerTier Tier { get; private set; }
|
||||
}
|
Reference in New Issue
Block a user