mirror of
https://github.com/ZuneDev/ZuneModdingHelper.git
synced 2026-07-27 13:12:21 -07:00
[WIP] Donation request interval settings
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
using System;
|
||||
using System.Windows.Markup;
|
||||
|
||||
namespace OwlCore.Wpf;
|
||||
|
||||
public class EnumValuesExtension : MarkupExtension
|
||||
{
|
||||
public Type Enum { get; set; }
|
||||
|
||||
public override object ProvideValue(IServiceProvider serviceProvider) => System.Enum.GetValues(Enum);
|
||||
}
|
||||
Reference in New Issue
Block a user