diff options
Diffstat (limited to 'ts/World.ts')
| -rw-r--r-- | ts/World.ts | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/ts/World.ts b/ts/World.ts new file mode 100644 index 0000000..356aa61 --- /dev/null +++ b/ts/World.ts @@ -0,0 +1,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) { + + } +}
\ No newline at end of file |
