Inventory management of granted abilities
This commit is contained in:
@@ -10,5 +10,9 @@ namespace Gamesmiths.Forge.Godot.Resources.Abilities;
|
||||
[Icon("uid://bcx7anhepqfmd")]
|
||||
public abstract partial class ForgeAbilityBehavior : Resource
|
||||
{
|
||||
[Export] public string? Name { get; set; }
|
||||
[Export] public string? Description { get; set; }
|
||||
[Export] public Texture2D? Icon { get; set; }
|
||||
|
||||
public abstract IAbilityBehavior GetBehavior();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user