Fix up enemy viewer, reduce some memory footprint
This commit is contained in:
@@ -27,6 +27,8 @@ public interface IEnemyModelView : INode3D
|
||||
|
||||
public void PlayDeathAnimation();
|
||||
|
||||
public double ViewerSize { get; }
|
||||
|
||||
public AttackData AttackData { get; set; }
|
||||
|
||||
public event EventHandler HitPlayer;
|
||||
|
||||
Reference in New Issue
Block a user