historical/toontown-classic.git/panda/direct/showbase/PhysicsManagerGlobal.py

8 lines
172 B
Python
Raw Normal View History

2024-01-16 17:20:27 +00:00
"""PhysicsManagerGlobal module: contains the global physics manager"""
__all__ = ['physicsMgr']
from panda3d.physics import PhysicsManager
physicsMgr = PhysicsManager()