Example #1
0
    def __init__(self, TDS):
        super(RPGApplication, self).__init__(TDS)
        self._settings = TDS

        self._gamecontroller = GameController(self, self.engine,
                                              self._settings)