3.2.30.21

This commit is contained in:
Luke Pulverenti
2017-09-15 02:32:20 -04:00
parent ce26d502a4
commit 106575e443
7 changed files with 149 additions and 142 deletions

View File

@@ -4,6 +4,10 @@
{
public string Name { get; set; }
public string DisplayName { get; set; }
public string EmbeddedResourcePath { get; set; }
public bool EnableInMainMenu { get; set; }
}
}