public Player(ConsoleLogger logger, string name, double skills) { this.logger = logger; this.name = name; this.skills = skills; }