Arguments.forAI constructor

Arguments.forAI(
  1. int time,
  2. int increment,
  3. String hostColor,
  4. int difficulty
)

Implementation

Arguments.forAI(this.time, this.increment, this.hostColor, this.difficulty);