diff options
Diffstat (limited to 'GameCode/LeftRight.cs')
-rw-r--r-- | GameCode/LeftRight.cs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/GameCode/LeftRight.cs b/GameCode/LeftRight.cs new file mode 100644 index 0000000..d4777ee --- /dev/null +++ b/GameCode/LeftRight.cs @@ -0,0 +1,5 @@ +public enum LeftRight +{ + Left, + Right +} |