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 --- Enemy.ts | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Enemy.ts (limited to 'Enemy.ts') diff --git a/Enemy.ts b/Enemy.ts new file mode 100644 index 0000000..5193991 --- /dev/null +++ b/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