public Player(string nm, int num, Rectangle loc) : base(loc) { number = num; controls = new Control(); SetUp(nm, loc); }
public Player(string nm, PlayerIndex num, Rectangle loc) : base(loc) { pi = num; controls = new Control(num); SetUp(nm, loc); }