using System.Collections.Generic; using Wizard; public interface ISkillBattlePlayerFilter { IEnumerable Filtering(BattlePlayerReadOnlyInfoPair playerInfoPair); }