From c5d0b945bf4dccc0e611d961f5f60dc3ded293e6 Mon Sep 17 00:00:00 2001
From: J08nY
Date: Sat, 16 Apr 2016 15:31:08 +0200
Subject: Pointerlock working(somewhat) ~lunch~
---
ts/Enemy.ts | 12 ++++++++++++
1 file changed, 12 insertions(+)
create mode 100644 ts/Enemy.ts
(limited to 'ts/Enemy.ts')
diff --git a/ts/Enemy.ts b/ts/Enemy.ts
new file mode 100644
index 0000000..c461941
--- /dev/null
+++ b/ts/Enemy.ts
@@ -0,0 +1,12 @@
+///
+///
+
+import {Morph} from "./Morph";
+
+export class Enemy extends Morph {
+
+ constructor() {
+ super(null, null, null);
+ //todo
+ }
+}
\ No newline at end of file
--
cgit v1.2.3-70-g09d2