Last active
March 9, 2020 23:24
-
-
Save gdonega/2d6ea6f20927a544443137f86778406e to your computer and use it in GitHub Desktop.
C# - Enum: TiposJogosComSwitch - básico
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
namespace TiposJogosComSwitch | |
{ | |
public enum TipoJogo | |
{ | |
ACAO, AVENTURA, RPG | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment