the worlds WORST code

This commit is contained in:
Sylvia 2026-03-21 23:16:44 -07:00
parent 99cda5f6b9
commit c2a71d5188
6 changed files with 731 additions and 8 deletions

View file

@ -4,6 +4,7 @@ public class EnemyAbility : ScriptableObject
{
public float cooldown;
public float power;
public float range;
public virtual void UseAbility(Entity target, Enemy owner)
{