63 |
|
Dictionary<string, Type> dict = new Dictionary<string, Type>(); |
64 |
|
|
65 |
|
#region assemblies |
66 |
< |
dict.Add("RomCheater.exe", typeof(RomCheater.Main)); |
67 |
< |
|
66 |
> |
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)); |
69 |
|
dict.Add("RomCheater.PluginFramework.dll", typeof(RomCheater.PluginFramework.dummy)); |
70 |
|
dict.Add("RomCheater.UserSettingsSupport.dll", typeof(RomCheater.UserSettingsSupport.SettingSubscriber)); |