historical/toontown-classic.git/panda/direct/particles/ParticleManagerGlobal.py
2024-01-16 11:20:27 -06:00

6 lines
141 B
Python

"""
Contains the global particle system manager
"""
from panda3d.physics import ParticleSystemManager
particleMgr = ParticleSystemManager()