com.TeamHEC.LocomotionCommotion.Card
Class GoFasterStripesCard

java.lang.Object
  extended by com.TeamHEC.LocomotionCommotion.Card.Card
      extended by com.TeamHEC.LocomotionCommotion.Card.GoFasterStripesCard

public class GoFasterStripesCard
extends Card


Constructor Summary
GoFasterStripesCard(Player player)
           
 
Method Summary
 void implementCard()
          Aplies the card to the first train the player owns
 
Methods inherited from class com.TeamHEC.LocomotionCommotion.Card.Card
getImage, getName, getOwner, setOwner
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GoFasterStripesCard

public GoFasterStripesCard(Player player)
Method Detail

implementCard

public void implementCard()
Aplies the card to the first train the player owns

Overrides:
implementCard in class Card