Created
October 10, 2019 22:47
-
-
Save gavilanch/51078447617e8270bedd328f3b006366 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@code{ | |
... | |
enum OpcionPPT | |
{ | |
Piedra, Papel, Tijera | |
} | |
enum EstatusJuego | |
{ | |
Victoria, Derrota, Empate | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment