63 |
Dictionary<string, Type> dict = new Dictionary<string, Type>(); |
Dictionary<string, Type> dict = new Dictionary<string, Type>(); |
64 |
|
|
65 |
#region assemblies |
#region assemblies |
66 |
dict.Add("RomCheater.exe", typeof(RomCheater.Main)); |
dict.Add("RomCheater.Core.dll", typeof(RomCheater.Core.dummy)); |
67 |
|
dict.Add("RomCheater.exe", typeof(RomCheater.Main)); |
68 |
dict.Add("RomCheater.Logging.dll", typeof(RomCheater.Logging.logger)); |
dict.Add("RomCheater.Logging.dll", typeof(RomCheater.Logging.logger)); |
69 |
dict.Add("RomCheater.PluginFramework.dll", typeof(RomCheater.PluginFramework.dummy)); |
dict.Add("RomCheater.PluginFramework.dll", typeof(RomCheater.PluginFramework.dummy)); |
70 |
dict.Add("RomCheater.UserSettingsSupport.dll", typeof(RomCheater.UserSettingsSupport.SettingSubscriber)); |
dict.Add("RomCheater.UserSettingsSupport.dll", typeof(RomCheater.UserSettingsSupport.SettingSubscriber)); |