Poodletooth-iLand/toontown/cogdominium/CogdoLevelMgr.py

7 lines
174 B
Python
Raw Normal View History

2015-03-03 16:10:12 -06:00
from otp.level import LevelMgr
from direct.showbase.PythonUtil import Functor
from toontown.toonbase import ToontownGlobals
class CogdoLevelMgr(LevelMgr.LevelMgr):
pass