summaryrefslogtreecommitdiff
path: root/Source/Asura.Framework/graphics/particle_system.lua
blob: a5f8015408c866d69b097cf4857f5f6af01376fa (plain)
1
2
3
4
5
6
local ParticleSystem = AsuraEngine.Component.Sub("ParticleSystem")
AsuraEngine.ParticleSystem = ParticleSystem

function ParticleSystem.Ctor(self)

end