summaryrefslogtreecommitdiffhomepage
path: root/not/Object.lua
diff options
context:
space:
mode:
Diffstat (limited to 'not/Object.lua')
-rw-r--r--not/Object.lua3
1 files changed, 3 insertions, 0 deletions
diff --git a/not/Object.lua b/not/Object.lua
new file mode 100644
index 0000000..30b91b5
--- /dev/null
+++ b/not/Object.lua
@@ -0,0 +1,3 @@
+-- Wrapping library to game's hierarchy in a shameless way.
+Object = require "lib.object.Object"
+return Object