Scripts renamed
This commit is contained in:
parent
484fb75fa3
commit
aa35ee5975
17 changed files with 7 additions and 5 deletions
6
scripts/abilities/Ability.gd
Normal file
6
scripts/abilities/Ability.gd
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
extends Resource
|
||||
|
||||
@export var internal_id: StringName
|
||||
@export var immediate: bool
|
||||
@export var max_uses: int
|
||||
@export var cost: int
|
||||
1
scripts/abilities/Ability.gd.uid
Normal file
1
scripts/abilities/Ability.gd.uid
Normal file
|
|
@ -0,0 +1 @@
|
|||
uid://cwn6swbl3bcqw
|
||||
Loading…
Add table
Add a link
Reference in a new issue