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