java.lang.Object
com.cmiurca.saintseiyadeckbuilding.saintseiya.Effect
com.cmiurca.saintseiyadeckbuilding.saintseiya.effects.Effect0042

public class Effect0042 extends Effect
  • Constructor Details

    • Effect0042

      public Effect0042()
      The constructor of the effect.
  • Method Details

    • applyEffect

      public void applyEffect(ArrayList<Card> cards, ArrayList<Player> players, PlayMat playMat)
      The method that applies the effect.
      Specified by:
      applyEffect in class Effect
      Parameters:
      cards - The cards that the effect is applied to.
      players - The players that the effect is applied to.
      playMat - The playMat that the effect is applied to.