historical/toontown-classic.git/toontown/uberdog/TTSpeedchatRelayUD.py
2024-01-16 11:20:27 -06: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")