예제 #1
0
파일: MM_ModData.cs 프로젝트: Wicloz/Welder
 public MM_ModData()
 {
     siteConfig = new MM_SiteConfig();
 }
예제 #2
0
파일: MM_ModData.cs 프로젝트: Wicloz/Welder
 //Sets the siteconfig to what it should be
 public void UpdateSiteConfig()
 {
     if (websiteCheck == "")
         websiteCheck = "NONE";
     siteConfig = MiscFunctions.GetSiteConfig(websiteCheck);
 }