Abilities

This commit is contained in:
Rendo 2025-11-21 01:01:58 +05:00
commit 484fb75fa3
3 changed files with 8 additions and 2 deletions

View file

@ -0,0 +1,7 @@
extends Resource
@export var internal_id: StringName
@export var immediate: bool
@export var max_uses: int
@export var cost: int
@export var prefab: PackedScene