Пример #1
0
        static ExProfileBehavior()
        {
            ReflectionHelper.CustomAttributes <LoggerNameAttribute> .RegisterByAssembly();

            // Until we find a better way to do it.
            Condition.AddNamespacesToScriptManager("ExBuddy", "ExBuddy.Helpers");
        }
Пример #2
0
        static ExBotPlugin()
        {
            ReflectionHelper.CustomAttributes <LoggerNameAttribute> .RegisterByAssembly();

            Condition.AddNamespacesToScriptManager("ExBuddy", "ExBuddy.Helpers");
        }