namespace Ryujinx.Common.Configuration { public class Mod { public string Name { get; set; } public string Path { get; set; } public bool Enabled { get; set; } } }