Teleport skill added for Chinthe

This commit is contained in:
2025-10-27 17:48:27 -07:00
parent 7e6dca1c29
commit 0b909e4e7e
7 changed files with 65 additions and 18 deletions

View File

@@ -26,4 +26,6 @@ public interface IEnemyModelView : INode3D
public event EventHandler HitPlayer;
public event EventHandler ActivationFinished;
public event EventHandler TeleportAnimationFinished;
}