Poodletooth-iLand/toontown/cogdominium/CogdoLevelMgr.py
2015-11-14 14:28:53 -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