From 98dabd8fec5d2930add944997577a5f702013736 Mon Sep 17 00:00:00 2001 From: J08nY Date: Sat, 16 Apr 2016 06:41:19 +0200 Subject: atleast got typescript working --- World.ts | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 World.ts (limited to 'World.ts') diff --git a/World.ts b/World.ts new file mode 100644 index 0000000..b3203be --- /dev/null +++ b/World.ts @@ -0,0 +1,11 @@ +/// +/// + +import {Player} from "./Player"; + +export class World { + + constructor(player: Player, scene:THREE.Scene, camera:THREE.Camera) { + + } +} \ No newline at end of file -- cgit v1.2.3-70-g09d2