Namespace Bannerlord.UIExtenderEx.ViewModels
Classes
- BaseViewModelMixin<TViewModel>
- Basic implementation for IViewModelMixin. 
 Generic parameter- TViewModelwill be used to determine which ViewModel to extend.
 You can use the field ViewModel to access the original ViewModel.
 Be aware that it might be null if GC has disposed the original ViewModel. The mixin holds a weak reference to it.
Interfaces
- IViewModelMixin
- Interface for ViewModel mixins. 
 Should not be used directly, BaseViewModelMixin<TViewModel> should be used as base class.