Simplifying choice effect

This commit is contained in:
marcins78@gmail.com
2011-08-29 13:29:44 +00:00
parent fe8b29a442
commit 479a2bcb3e

View File

@@ -1,7 +0,0 @@
package com.gempukku.lotro.cards.effects;
import com.gempukku.lotro.game.state.LotroGame;
public interface EffectPreCondition {
public boolean getResult(LotroGame game);
}