Add some on-screen FX for some items

This commit is contained in:
2026-02-26 02:56:16 -08:00
parent fadb1652d4
commit bf168a2577
9 changed files with 1049 additions and 1487 deletions

View File

@@ -50,6 +50,8 @@ public interface IPlayer : IKillable, ICharacterBody3D
public void ModifyHealthTimerSpeed(float newModifier);
public void PlaySpellFX(SpellFXEnum spellEnum);
public bool AutoRevive { get; set; }
public int TotalAttack { get; }