File size: 157 Bytes
c679a93
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
import { config } from './config.js'

export class PhaserGame extends Phaser.Game {
  constructor(server) {
    super(config)
    this.server = server
  }
}