/// /// import {Player} from "./Player"; export class World { constructor(player: Player, scene:THREE.Scene, camera:THREE.Camera) { } }