Exemple #1
0
 public void Action(MonopolyEmpires Me)
 {
     Me.isCasinoNightCardUse = true;
     Me.SetLabelMessage("Roll dice to play CasinoNight Card...");
     //Me.UseDice();
 }
 public void Action(MonopolyEmpires Me)
 {
     Me.isMoveToAnySpaceOnTheBoardCardUse = true;
     Me.SetLabelMessage("Double click on the brand on which you want to move...");
 }