summaryrefslogtreecommitdiff
path: root/ts/World.ts
blob: 356aa61392f2580f9f248c24e43529c0efdb871c (plain)
1
2
3
4
5
6
7
8
9
10
11
/// <reference path="../three_js/ts/three.d.ts"/>
/// <reference path="../physi_js/physijs.d.ts"/>

import {Player} from "./Player";

export class World {

    constructor(player: Player, scene:THREE.Scene, camera:THREE.Camera) {

    }
}