Add an Update Bibo Materials button.

This commit is contained in:
Ottermandias 2022-08-10 15:45:14 +02:00
parent 5b07245cd9
commit f264725c45
4 changed files with 25 additions and 2 deletions

View file

@ -45,6 +45,9 @@ public partial class ModEditWindow : Window, IDisposable
public void ChangeOption( ISubMod? subMod )
=> _editor?.SetSubMod( subMod );
public void UpdateModels()
=> _editor?.ScanModels();
public override bool DrawConditions()
=> _editor != null;