Exemplo n.º 1
0
 public GameResult GetResult(Paper choice)
 {
     return GameResult.Win;
 }
Exemplo n.º 2
0
 public GameResult GetResult(Paper choice)
 {
     return GameResult.Lose;
 }