summaryrefslogtreecommitdiff
path: root/ts/World.ts
diff options
context:
space:
mode:
Diffstat (limited to 'ts/World.ts')
-rw-r--r--ts/World.ts11
1 files changed, 0 insertions, 11 deletions
diff --git a/ts/World.ts b/ts/World.ts
deleted file mode 100644
index 356aa61..0000000
--- a/ts/World.ts
+++ /dev/null
@@ -1,11 +0,0 @@
-/// <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