Beispiel #1
0
 public MM_ModData()
 {
     siteConfig = new MM_SiteConfig();
 }
Beispiel #2
0
 //Sets the siteconfig to what it should be
 public void UpdateSiteConfig()
 {
     if (websiteCheck == "")
         websiteCheck = "NONE";
     siteConfig = MiscFunctions.GetSiteConfig(websiteCheck);
 }