toontown-just-works/toontown/cogdominium/CogdoLevelMgr.py
2024-07-07 18:08:39 -05:00

6 lines
174 B
Python

from otp.level import LevelMgr
from direct.showbase.PythonUtil import Functor
from toontown.toonbase import ToontownGlobals
class CogdoLevelMgr(LevelMgr.LevelMgr):
pass