Poodletooth-iLand/toontown/cogdominium/CogdoLevelMgr.py
2015-03-03 17:10:12 -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