Exemplo n.º 1
0
 public static void ConcludeGame(RpsGameObject game)
 {
     game.RemoveGame();
 }
Exemplo n.º 2
0
 public RpsGameObject AddActiveGame(RpsGameObject game)
 {
     return(game.InitializeGame());
 }