bloxstrap/Bloxstrap/Models/ReShadeVersionManifest.cs
pizzaboxer fea122f928 Followup on ReShade support
Added ReShade/preset updating, UI fonts and Extravi's ReShade config
2023-01-16 10:06:28 +00:00

9 lines
192 B
C#

namespace Bloxstrap.Models
{
public class ReShadeVersionManifest
{
public string ReShade { get; set; } = null!;
public string Presets { get; set; } = null!;
}
}