Esempio n. 1
0
 public RentStandard(RentStandard rentStandard)
     : base(rentStandard.actionType, rentStandard.cardValue, rentStandard.cardName, rentStandard.cardText, rentStandard.cardID, rentStandard.cardGuid, rentStandard.description, rentStandard.MonetaryValueOnly)
 {
     this.colorDown = rentStandard.colorDown;
     this.colorUp = rentStandard.colorUp;
 }
Esempio n. 2
0
 public RentStandard(RentStandard rentStandard)
     : base(rentStandard.actionType, rentStandard.cardValue, rentStandard.cardName, rentStandard.cardText, rentStandard.cardID, rentStandard.cardGuid, rentStandard.description, rentStandard.MonetaryValueOnly)
 {
     this.colorDown = rentStandard.colorDown;
     this.colorUp   = rentStandard.colorUp;
 }
 public void referenceAllDataContracts(ActionCard ac, Card c, FieldUpdateMessage fum, Message msg, MoneyCard mc, PlayerBank pb, PlayerHand ph, PlayerModel pm, PlayerPropertySets pps, PlayFieldModel pfm, PlayPile pp, PollForFieldUpdateMessage pffum, PropertyCard pc, PropertyCardSet pcs, PropertySetInfo psi, RentStandard rs, TakeActionOnTurnMessage taotm, TurnActionModel tam)
 {
     throw new NotImplementedException();
 }
 public void referenceAllDataContracts(ActionCard ac, Card c, FieldUpdateMessage fum, Message msg, MoneyCard mc, PlayerBank pb, PlayerHand ph, PlayerModel pm, PlayerPropertySets pps, PlayFieldModel pfm, PlayPile pp, PollForFieldUpdateMessage pffum, PropertyCard pc, PropertyCardSet pcs, PropertySetInfo psi, RentStandard rs, TakeActionOnTurnMessage taotm, TurnActionModel tam)
 {
     throw new NotImplementedException();
 }