5 lines
No EOL
124 B
C#
5 lines
No EOL
124 B
C#
namespace WingsEmu.Game.Entities;
|
|
|
|
public interface IBattleEntityEventEmitter : IGenericEventEmitter<IBattleEntityEvent>
|
|
{
|
|
} |