public void load() { Debug.Log ("StateFunding Mod Loading"); InstanceConf = new InstanceConfig (); ReviewMgr = new ReviewManager (); loadSave (); Debug.Log ("StateFunding Mod Loaded"); }
public void load() { Debug.Log("StateFunding Mod Loading"); InstanceConf = new InstanceConfig(); ReviewMgr = new ReviewManager(); loadSave(); Debug.Log("StateFunding Mod Loaded"); }
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"); }
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"); }