bloxstrap/Bloxstrap/Models/ReShadeVersionManifest.cs
pizzaboxer e10e2a830b Finalize ReShade support
should hopefully be all done now, i think...?
2023-01-21 20:20:30 +00:00

10 lines
248 B
C#

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