conforms file names to consistant standard
This commit is contained in:
7
scripts/affectors/direct_affect.gd
Normal file
7
scripts/affectors/direct_affect.gd
Normal file
@@ -0,0 +1,7 @@
|
||||
class_name DirectAffect
|
||||
extends Affector
|
||||
|
||||
|
||||
func apply_effect(effect: Effect, targets: Array[EnemyController]) -> void:
|
||||
for enemy: EnemyController in targets:
|
||||
enemy.apply_effect(effect)
|
||||
Reference in New Issue
Block a user