public void ShowPlaceIndicator()
    {
        if (_instructionManager == null)
        {
            _instructionManager = GameObject.Find("PlayerInstructionManager").GetComponent <InstructionManager>();
        }

        _instructionManager.ShowMoveToPlaceIndicator(Player.Role.Floater, 0);
    }