1 2 3 4 5 6
local ParticleSystem = AsuraEngine.Component.Sub("ParticleSystem") AsuraEngine.ParticleSystem = ParticleSystem function ParticleSystem.Ctor(self) end