diff options
Diffstat (limited to 'ts/Enemy.ts')
| -rw-r--r-- | ts/Enemy.ts | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/ts/Enemy.ts b/ts/Enemy.ts deleted file mode 100644 index c461941..0000000 --- a/ts/Enemy.ts +++ /dev/null @@ -1,12 +0,0 @@ -/// <reference path="../three_js/ts/three.d.ts"/> -/// <reference path="../physi_js/physijs.d.ts"/> - -import {Morph} from "./Morph"; - -export class Enemy extends Morph { - - constructor() { - super(null, null, null); - //todo - } -}
\ No newline at end of file |
