open-toontown/otp/login/AstronLoginScreen.py

7 lines
238 B
Python

from direct.directnotify import DirectNotifyGlobal
from otp.login.LoginScreen import LoginScreen
class AstronLoginScreen(LoginScreen):
def handleWaitForLoginResponse(self, msgType, di):
self.cr.handleMessageType(msgType, di)