export class ComputerController { constructor(pawn) { this.pawn = pawn; } }