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, 8 insertions, 0 deletions
diff --git a/src/model/EntityPosition.coffee b/src/model/EntityPosition.coffee
new file mode 100644
index 0000000..aaf9531
--- /dev/null
+++ b/src/model/EntityPosition.coffee
@@ -0,0 +1,8 @@
+'use strict'
+
+
+class EntityPosition
+ constructor: (@entity, @position, @direction) ->
+
+
+module.exports = EntityPosition