public void FinishedSelecting()
    {
        //Debug.Log("Player finished selecting");

        EnableSelecting(false);

        HandleTurn action = new HandleTurn
        {
            type   = "Player",
            action = "Move"
        };

        gsm.CollectAction(action);
    }