Poodletooth-iLand/toontown/cogdominium/CogdoLevelMgr.py

7 lines
174 B
Python
Raw Normal View History

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