using System; using System.Collections.Generic; using System.Text; namespace SokoSolve.Core.UI{ public enum DockPoint { Centre, TopRight, TopLeft, TopCentre, BottomCentre, BottomLeft, BottomRight, CentreLeft, CentreRight } }