using WingsEmu.Core; namespace WingsEmu.Plugins.GameEvents.Configuration.InstantBattle { public class InstantBattleRequirement { public Range Players { get; set; } public Range Level { get; set; } public Range HeroicLevel { get; set; } } }