summaryrefslogtreecommitdiff
path: root/Resources/DefaultContent/Libraries/Framework/Core/GameObject.lua
diff options
context:
space:
mode:
authorchai <chaifix@163.com>2021-10-19 19:52:29 +0800
committerchai <chaifix@163.com>2021-10-19 19:52:29 +0800
commit922495098aea1ca569369da664dddb9780d07768 (patch)
treedf775754873304358369fba6c0f8f2dc36177b48 /Resources/DefaultContent/Libraries/Framework/Core/GameObject.lua
parent52049bfada8d51c4320a203e487af971447b561e (diff)
*misc
Diffstat (limited to 'Resources/DefaultContent/Libraries/Framework/Core/GameObject.lua')
-rw-r--r--Resources/DefaultContent/Libraries/Framework/Core/GameObject.lua7
1 files changed, 0 insertions, 7 deletions
diff --git a/Resources/DefaultContent/Libraries/Framework/Core/GameObject.lua b/Resources/DefaultContent/Libraries/Framework/Core/GameObject.lua
deleted file mode 100644
index ee0d143..0000000
--- a/Resources/DefaultContent/Libraries/Framework/Core/GameObject.lua
+++ /dev/null
@@ -1,7 +0,0 @@
-local GameObject = {}
-
-GameObject.AddComponent = function(self, comp)
-
-end
-
-Jin.GameObject = GameObject