Exemplo n.º 1
0
        public static int ts3plugin_init()
        {
            VoicePlugin.VerboseLog(MethodInfo.GetCurrentMethod().Name);
#if false
            return(VoicePlugin.InitAsync().GetAwaiter().GetResult());
#else
            return(VoicePlugin.InitAsync());
#endif
        }