public enum Face
{
	None,
	Top,
	Bottom,
	Left,
	Right
}