just reorganised files thats it

This commit is contained in:
2025-06-24 02:55:20 +10:00
parent 3c5c8f1a44
commit 2bfea6471c
198 changed files with 313 additions and 747 deletions

View File

@@ -1,4 +1,5 @@
class_name StatusDoT extends StatusEffect
class_name StatusDoT
extends StatusEffect
func proc(affected: EnemyController, stacks: int, _existing_effects: Dictionary) -> void:

View File

@@ -1,4 +1,5 @@
class_name StatusEffect extends Resource
class_name StatusEffect
extends Resource
@export var stats: StatusStats

View File

@@ -1,4 +1,5 @@
class_name StatusSlow extends StatusEffect
class_name StatusSlow
extends StatusEffect
func on_attached(affected: EnemyController, _existing_effects: Dictionary) -> void: