Add some on-screen FX for some items
This commit is contained in:
@@ -34,6 +34,7 @@ public partial class DummyPlayer : CharacterBody3D, IPlayer
|
||||
public void LevelUp() => throw new NotImplementedException();
|
||||
public void ModifyHealthTimerSpeed(float newModifier) => throw new NotImplementedException();
|
||||
public void PlayJumpScareAnimation() => throw new NotImplementedException();
|
||||
public void PlaySpellFX(SpellFXEnum spellEnum) => throw new NotImplementedException();
|
||||
public void ResetPlayerData() => throw new NotImplementedException();
|
||||
public void SetHealthTimerStatus(bool isActive) => throw new NotImplementedException();
|
||||
public void TakeDamage(AttackData damage) => throw new NotImplementedException();
|
||||
|
||||
Reference in New Issue
Block a user