namespace WeEngine.Strategy.Eval { public interface IEvalManager:IStrategyManager<IEvalStrategy> { } }