open_toontown_panda3d/direct/src/particles/ParticleManagerGlobal.py

5 lines
170 B
Python

"""ParticleManagerGlobal module: contains the global particle system manager"""
import ParticleSystemManager
particleMgr = ParticleSystemManager.ParticleSystemManager()