cursor prep

This commit is contained in:
2026-01-17 15:09:35 -06:00
parent fbc4e070da
commit 8d53daace2
7 changed files with 37 additions and 3 deletions

View File

@@ -18,5 +18,5 @@ func perform(params:Dictionary) -> void:
assert(params.has("targets"))
pass
func canFighterUse(fighter:BattleFighter) -> bool:
func canFighterUse(_fighter:BattleFighter) -> bool:
return true