8 lines
No EOL
148 B
C#
8 lines
No EOL
148 B
C#
using PhoenixLib.Events;
|
|
|
|
namespace WingsEmu.Game.Entities;
|
|
|
|
public interface IBattleEntityEvent : IAsyncEvent
|
|
{
|
|
IBattleEntity Entity { get; }
|
|
} |