namespace Aki.Launcher.Models.Aki { public class AkiMod { public bool InServer { get; set; } public bool InProfile { get; set; } public string Author { get; set; } public string Name { get; set; } public string Version { get; set; } } }