Пример #1
0
 static RPCService()
 {
     // This is necessary to make FluorineFxMods only scan the current assembly to resolve types for deserialisation
     // In the past this used to be REALLY slow
     TypeHelper.AddTargetAssembly(Assembly.GetExecutingAssembly());
 }