Example #1
0
 public GameResult GetResult(Paper choice)
 {
     return GameResult.Win;
 }
Example #2
0
 public GameResult GetResult(Paper choice)
 {
     return GameResult.Lose;
 }