Skip to content

Instantly share code, notes, and snippets.

@explorer14
Created June 22, 2020 21:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save explorer14/c29e9707cc00304a5215765ff218c481 to your computer and use it in GitHub Desktop.
Save explorer14/c29e9707cc00304a5215765ff218c481 to your computer and use it in GitHub Desktop.
public enum Direction
{
North = 78,
East = 69,
West = 87,
South = 83
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment