summaryrefslogtreecommitdiff
path: root/Client/Assets/Scripts/XMainClient/ArrowDirection.cs
blob: 640f2ab60db63aeb68c9eae0835d5706882180c9 (plain)
1
2
3
4
5
6
7
8
9
10
using System;

namespace XMainClient
{
	internal enum ArrowDirection
	{
		Left,
		Right
	}
}