def onUnitAutoSearchSuccess(self, acceptDelta):
     self.__currentState = CYBER_SPORT_ALIASES.AUTO_SEARCH_CONFIRMATION_STATE
     self.__initState(acceptDelta=acceptDelta)
     from BigWorld import WGWindowsNotifier
     WGWindowsNotifier.onInvitation()
Пример #2
0
 def onUnitAutoSearchSuccess(self, acceptDelta):
     self.currentState = CYBER_SPORT_ALIASES.AUTO_SEARCH_CONFIRMATION_STATE
     self.__initState(acceptDelta=acceptDelta)
     from BigWorld import WGWindowsNotifier
     WGWindowsNotifier.onInvitation()