server-master/srcs/_plugins/WingsEmu.Plugins.GameEvents/Event/InstantBattle/InstantBattleDestroyEvent.cs
2026-02-10 18:21:30 +01:00

11 lines
No EOL
294 B
C#

using WingsEmu.Plugins.GameEvents.DataHolder;
namespace WingsEmu.Plugins.GameEvents.Event.InstantBattle
{
public class InstantBattleDestroyEvent : InstantBattleEvent
{
public InstantBattleDestroyEvent(InstantBattleInstance instance) : base(instance)
{
}
}
}