summaryrefslogtreecommitdiff
path: root/GameCode/LeftRight.cs
blob: d4777eeb2335ab1fe93f8867651cea381b7be62c (plain)
1
2
3
4
5
public enum LeftRight
{
	Left,
	Right
}