Add elemental VFX when hitting enemies (2D only currently)
This commit is contained in:
@@ -27,6 +27,8 @@ public interface IEnemyModelView : INode3D
|
||||
|
||||
public void PlayDeathAnimation();
|
||||
|
||||
public void PlayElementalDamageAnimation(ElementType elementType);
|
||||
|
||||
public double ViewerSize { get; }
|
||||
|
||||
public AttackData AttackData { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user