Advertisement
Guest User

Utilities

a guest
Mar 5th, 2012
420
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.09 KB | None | 0 0
  1. namespace SnakeV2
  2. {
  3.     public enum Direction { Left = 0, Right = 1, Up = 2, Down = 3 };
  4. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement