diff options
author | chai <chaifix@163.com> | 2021-10-17 23:05:01 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2021-10-17 23:05:01 +0800 |
commit | 7c8c68d79343d04be382334c15a73d079450857c (patch) | |
tree | 9aaacc042f0b7eeb4123c07dcc5f49c14fd8026c /Resources/DefaultContent/Libraries/Framework/Core/Component.lua | |
parent | 6e73ca6ada8a41692809dae5db89c8db0675ce1e (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, 11 insertions, 0 deletions
diff --git a/Resources/DefaultContent/Libraries/Framework/Core/Component.lua b/Resources/DefaultContent/Libraries/Framework/Core/Component.lua new file mode 100644 index 0000000..00bf2ca --- /dev/null +++ b/Resources/DefaultContent/Libraries/Framework/Core/Component.lua @@ -0,0 +1,11 @@ +local Component = {} + +Component.New = function() + +end + +Component.GetGameObject = function() + +end + +Jin.Component = Component
\ No newline at end of file |