diff options
author | chai <chaifix@163.com> | 2021-10-19 19:52:29 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2021-10-19 19:52:29 +0800 |
commit | 922495098aea1ca569369da664dddb9780d07768 (patch) | |
tree | df775754873304358369fba6c0f8f2dc36177b48 /Resources/DefaultContent/Libraries/Framework/Core/Component.lua | |
parent | 52049bfada8d51c4320a203e487af971447b561e (diff) |
*misc
Diffstat (limited to 'Resources/DefaultContent/Libraries/Framework/Core/Component.lua')
-rw-r--r-- | Resources/DefaultContent/Libraries/Framework/Core/Component.lua | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/Resources/DefaultContent/Libraries/Framework/Core/Component.lua b/Resources/DefaultContent/Libraries/Framework/Core/Component.lua deleted file mode 100644 index 00bf2ca..0000000 --- a/Resources/DefaultContent/Libraries/Framework/Core/Component.lua +++ /dev/null @@ -1,11 +0,0 @@ -local Component = {} - -Component.New = function() - -end - -Component.GetGameObject = function() - -end - -Jin.Component = Component
\ No newline at end of file |