summaryrefslogtreecommitdiff
path: root/Source/Asura.Framework/Graphics/particle_system.lua
diff options
context:
space:
mode:
authorchai <chaifix@163.com>2019-01-28 11:34:56 +0800
committerchai <chaifix@163.com>2019-01-28 11:34:56 +0800
commit5e2c00b40695415e3beefa77868afd7315391665 (patch)
treefaa5e4021bd2b55a9b51da842958f61bc094927f /Source/Asura.Framework/Graphics/particle_system.lua
parentce5343ec4e5766f6a7485649f7395d4e072bd706 (diff)
*misc
Diffstat (limited to 'Source/Asura.Framework/Graphics/particle_system.lua')
-rw-r--r--Source/Asura.Framework/Graphics/particle_system.lua7
1 files changed, 5 insertions, 2 deletions
diff --git a/Source/Asura.Framework/Graphics/particle_system.lua b/Source/Asura.Framework/Graphics/particle_system.lua
index 21c35b8..a5f8015 100644
--- a/Source/Asura.Framework/Graphics/particle_system.lua
+++ b/Source/Asura.Framework/Graphics/particle_system.lua
@@ -1,3 +1,6 @@
---ϵͳһ
+local ParticleSystem = AsuraEngine.Component.Sub("ParticleSystem")
+AsuraEngine.ParticleSystem = ParticleSystem
-local ParticleSystem
+function ParticleSystem.Ctor(self)
+
+end