namespace Project.B.Entities { /// /// 玩家工厂 /// public interface IPlayerFactory:IEntitiesFactory { } }