Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save gdonega/2d6ea6f20927a544443137f86778406e to your computer and use it in GitHub Desktop.
Save gdonega/2d6ea6f20927a544443137f86778406e to your computer and use it in GitHub Desktop.
C# - Enum: TiposJogosComSwitch - básico
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