예제 #1
0
 private bool TestPlayerSilver()
 {
     return(silverTradeable.CountPostDealFor(Transactor.Colony) >= 0);
 }
예제 #2
0
 public override bool CustomCheckViolation(Tradeable silver, Tradeable notes)
 {
     return(silver.CountPostDealFor(Transactor.Trader) < 0);
 }