// of his or her library, may put a creature card from among them onto the battlefield,
// then puts the rest into his or her graveyard. You do the same with the top three
// cards of your library. If two creatures are put onto the battlefield this way,
// those creatures fight each other.
Ability ability = new BeginningOfUpkeepTriggeredAbility(new GuildFeudEffect(), TargetController.YOU, true);
ability.addTarget(new TargetOpponent());
this.addAbility(ability);
}
public GuildFeud(final GuildFeud card) {
super(card);