Ejemplo n.º 1
0
 public static void Show(bool playerWon)
 {
     instance._Show(playerWon);
 }
Ejemplo n.º 2
0
 public static void Show(int _star)
 {
     instance._Show(_star);
 }