Sanguosha.UI.Controls.CardChoiceLineViewModel.CardChoiceLineViewModel C# (CSharp) Method

CardChoiceLineViewModel() public method

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