Sanguosha.UI.Controls.CardChoiceLineViewModel.CardChoiceLineViewModel C# (CSharp) 메소드

CardChoiceLineViewModel() 공개 메소드

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