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

public class Effect0012 extends Effect
  • Constructor Details

    • Effect0012

      public Effect0012()
      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.