summaryrefslogtreecommitdiff
path: root/Resources/DefaultContent/Libraries/Framework/Core/GameObject.lua
diff options
context:
space:
mode:
Diffstat (limited to 'Resources/DefaultContent/Libraries/Framework/Core/GameObject.lua')
-rw-r--r--Resources/DefaultContent/Libraries/Framework/Core/GameObject.lua7
1 files changed, 7 insertions, 0 deletions
diff --git a/Resources/DefaultContent/Libraries/Framework/Core/GameObject.lua b/Resources/DefaultContent/Libraries/Framework/Core/GameObject.lua
new file mode 100644
index 0000000..ee0d143
--- /dev/null
+++ b/Resources/DefaultContent/Libraries/Framework/Core/GameObject.lua
@@ -0,0 +1,7 @@
+local GameObject = {}
+
+GameObject.AddComponent = function(self, comp)
+
+end
+
+Jin.GameObject = GameObject