Beispiel #1
0
    private void OnMouseUp()
    {
        // if this ia playable and target is valid, play the card
        _cardPlayManager.PlayCardIfValid();

        // reset for next card
        _targetManager.DeactivateTargetingMode();
        _handManager.ClearSelected();
    }