Poodletooth-iLand/toontown/uberdog/TTSpeedchatRelayUD.py
2015-03-03 17:10:12 -05:00

6 lines
234 B
Python

from direct.directnotify import DirectNotifyGlobal
from otp.uberdog.SpeedchatRelayUD import SpeedchatRelayUD
class TTSpeedchatRelayUD(SpeedchatRelayUD):
notify = DirectNotifyGlobal.directNotify.newCategory("TTSpeedchatRelayUD")