summaryrefslogtreecommitdiff
path: root/DefaultAssets/Libraries/Framework/Core/GameObject.lua
blob: ee0d1435f849e40695d45c0c8dac72c41c55371e (plain)
1
2
3
4
5
6
7
local GameObject = {} 

GameObject.AddComponent = function(self, comp)

end 

Jin.GameObject = GameObject