namespace WeEngine.Strategy.Runner { public interface IRunnerManager:IStrategyManager<IRunnerStrategy> { } }