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

GameViewModel() public method

public GameViewModel ( ) : System
return System
        public GameViewModel()
        {
            PlayerModels = new ObservableCollection<PlayerViewModel>();
            AvailableRoles = new ObservableCollection<RoleIconViewModel>();
        }