2024-07-29 19:15:46 +00:00
|
|
|
global using System;
|
|
|
|
|
global using System.Collections.Generic;
|
|
|
|
|
global using System.Text;
|
|
|
|
|
global using System.Linq;
|
|
|
|
|
global using System.Text.Json;
|
2024-07-30 18:57:32 +00:00
|
|
|
global using System.Linq;
|
|
|
|
|
global using System.Text;
|
|
|
|
|
global using System.Threading.Tasks;
|
2024-07-29 19:15:46 +00:00
|
|
|
global using System.Threading.Tasks;
|
2024-07-30 18:57:32 +00:00
|
|
|
|
2024-07-29 19:15:46 +00:00
|
|
|
global using BotSharp.Abstraction.Plugins;
|
2024-07-30 18:57:32 +00:00
|
|
|
global using BotSharp.Abstraction.MLTasks;
|
|
|
|
|
global using BotSharp.Plugin.AudioHandler.Enums;
|
|
|
|
|
global using BotSharp.Plugin.AudioHandler.Functions;
|
|
|
|
|
global using BotSharp.Plugin.AudioHandler.Models;
|
|
|
|
|
|
2024-07-29 19:15:46 +00:00
|
|
|
global using Microsoft.Extensions.Configuration;
|
|
|
|
|
global using Microsoft.Extensions.DependencyInjection;
|
|
|
|
|
global using Microsoft.AspNetCore.Http;
|
|
|
|
|
global using Microsoft.AspNetCore.Authorization;
|
|
|
|
|
global using Microsoft.AspNetCore.Mvc;
|