public enum CursorState
{
    Default,
    Swap,
    Blocked,
    VectorFence,
    Dash,
    Freeze,
    Executioner,
    Foresight,
}