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

10 lines
No EOL
339 B
C#

using WingsEmu.Game.Characters;
using WingsEmu.Game.GameEvent.Configuration;
namespace WingsEmu.Plugins.GameEvents.Configuration.InstantBattle
{
public interface IGlobalInstantBattleConfiguration : IGlobalGameEventConfiguration
{
InstantBattleConfiguration GetInternalConfiguration(IPlayerEntity sessionCharacter);
}
}