예제 #1
0
 public void load()
 {
     Debug.Log ("StateFunding Mod Loading");
       InstanceConf = new InstanceConfig ();
       ReviewMgr = new ReviewManager ();
       loadSave ();
       Debug.Log ("StateFunding Mod Loaded");
 }
예제 #2
0
 public void load()
 {
     Debug.Log("StateFunding Mod Loading");
     InstanceConf = new InstanceConfig();
     ReviewMgr    = new ReviewManager();
     loadSave();
     Debug.Log("StateFunding Mod Loaded");
 }
예제 #3
0
 public void load () {
   Debug.Log ("StateFunding Mod Loading");
   AppLauncher = new StateFundingApplicationLauncher ();
   InitGovernments ();
   InitEvents ();
   InstanceConf = new InstanceConfig ();
   ReviewMgr = new ReviewManager ();
   VesselHelper.LoadAliases ();
   loadSave ();
   Debug.Log ("StateFunding Mod Loaded");
 }
예제 #4
0
 public void load()
 {
     Debug.Log("StateFunding Mod Loading");
     AppLauncher = new StateFundingApplicationLauncher();
     InitGovernments();
     InitEvents();
     InstanceConf = new InstanceConfig();
     ReviewMgr    = new ReviewManager();
     VesselHelper.LoadAliases();
     loadSave();
     Debug.Log("StateFunding Mod Loaded");
 }