Ryujinx-GtkSharp/CakeScripts/Settings.cs

7 lines
168 B
C#
Executable File

class Settings
{
public static ICakeContext Cake { get; set; }
public static string BuildTarget { get; set; }
public static string Assembly { get; set; }
}