コード例 #1
0
ファイル: Limit.py プロジェクト: trunghuynh/incantus
 def __call__(self, card):
     from engine.GameKeeper import Keeper
     return Keeper.isSorceryTiming(card.controller)
コード例 #2
0
ファイル: Limit.py プロジェクト: trunghuynh/incantus
 def __call__(self, card):
     from engine.GameKeeper import Keeper
     return Keeper.isSorceryTiming(card.controller)