summaryrefslogtreecommitdiffstats
path: root/src/model/EntityPosition.coffee
diff options
context:
space:
mode:
Diffstat (limited to 'src/model/EntityPosition.coffee')
-rw-r--r--src/model/EntityPosition.coffee8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/model/EntityPosition.coffee b/src/model/EntityPosition.coffee
deleted file mode 100644
index aaf9531..0000000
--- a/src/model/EntityPosition.coffee
+++ /dev/null
@@ -1,8 +0,0 @@
-'use strict'
-
-
-class EntityPosition
- constructor: (@entity, @position, @direction) ->
-
-
-module.exports = EntityPosition