historical/toontown-classic.git/panda/direct/particles/ParticleManagerGlobal.py

7 lines
141 B
Python
Raw Normal View History

2024-01-16 11:20:27 -06:00
"""
Contains the global particle system manager
"""
from panda3d.physics import ParticleSystemManager
particleMgr = ParticleSystemManager()