Esempio n. 1
0
 bool ITrashOption.IsLegal(Game game)
 {
     return(cost.Payable(game));
 }