summaryrefslogtreecommitdiff
path: root/Source/Asura.Framework/Graphics/particle_system.lua
diff options
context:
space:
mode:
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