public AiAgent(string col, uint diff, MinMax.putScore put) : base(col) { this.put = put; difficulty = diff; }