예제 #1
0
 def __call__(self, card):
     from engine.GameKeeper import Keeper
     return Keeper.isSorceryTiming(card.controller)
예제 #2
0
 def __call__(self, card):
     from engine.GameKeeper import Keeper
     return Keeper.isSorceryTiming(card.controller)