ComputerController.js 79 B

12345
  1. export class ComputerController {
  2. constructor(pawn) {
  3. this.pawn = pawn;
  4. }
  5. }