diff --git a/SMShared/Json/ThemeConfigJson.cs b/SMShared/Json/ThemeConfigJson.cs index 269aacb..1ab647d 100644 --- a/SMShared/Json/ThemeConfigJson.cs +++ b/SMShared/Json/ThemeConfigJson.cs @@ -21,6 +21,7 @@ public class ThemeConfigItem public string Name; public bool HideFromStores; public bool PreventRandomSpawning; + public float? CanPrice; public string LabelTextureFile; public string LabelBaseColor; diff --git a/SkinConfigurator/ThemeConfigEditor.xaml b/SkinConfigurator/ThemeConfigEditor.xaml index 80a9d5b..c18f98d 100644 --- a/SkinConfigurator/ThemeConfigEditor.xaml +++ b/SkinConfigurator/ThemeConfigEditor.xaml @@ -32,6 +32,7 @@ + @@ -44,7 +45,31 @@ ItemsSource="{Binding AvailableSkinNames}" SelectionChanged="ComboBox_SelectionChanged"/> - +