Example #1
0
 def __init__(self):
     super(_GameControllers, self).__init__()
     self.__roaming = RoamingController()
     self.__captcha = CaptchaController()
     self.__aogas = AOGASController()
     self.__gameSession = GameSessionController()
     self.__igr = IGRController()
     self.__wallet = WalletController()