예제 #1
0
 def invoke(self, notID, actor=None):
     if self._target == 'marathon_window':
         showMissionsMarathon()
     elif self._target == 'recruitment_window':
         showMissionsMarathon(marathonPostfix='invite/')
     else:
         g_wgncEvents.onItemShowByAction(notID, self._target)
예제 #2
0
 def invoke(self, notID, actor=None):
     g_wgncEvents.onItemShowByAction(notID, self._target)
예제 #3
0
파일: actions.py 프로젝트: kblw/wot_client
 def invoke(self, notID, actor = None):
     g_wgncEvents.onItemShowByAction(notID, self._target)