예제 #1
0
 def getChanceToHitCalculator(self, module):
     cthc = ChanceToHitCalculator(eve.session.shipid)
     cthc.setModule(module)
     return Memoized(cthc.calculate)
예제 #2
0
 def getChanceToHitCalculator(self, module):
     cthc = ChanceToHitCalculator(eve.session.shipid)
     cthc.setModule(module)
     return Memoized(cthc.calculate)