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

7 lines
172 B
Python

"""PhysicsManagerGlobal module: contains the global physics manager"""
__all__ = ['physicsMgr']
from panda3d.physics import PhysicsManager
physicsMgr = PhysicsManager()