historical/toontown-classic.git/toontown/cogdominium/CogdoLevelMgr.py
2024-01-16 11:20:27 -06: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