Sanguosha.UI.Controls.CardChoiceLineViewModel.CardChoiceLineViewModel C# (CSharp) Méthode

CardChoiceLineViewModel() public méthode

public CardChoiceLineViewModel ( ) : System
Résultat System
        public CardChoiceLineViewModel()
        {
            cards = new ObservableCollection<CardViewModel>();
            Capacity = -1;
        }
CardChoiceLineViewModel