BotSharp/tests/BotSharp.Plugin.PizzaBot/Using.cs
2023-08-30 17:40:45 -05:00

12 lines
512 B
C#

global using System;
global using System.Collections.Generic;
global using System.Text;
global using System.Threading.Tasks;
global using System.ComponentModel.DataAnnotations;
global using Microsoft.Extensions.Configuration;
global using Microsoft.Extensions.DependencyInjection;
global using BotSharp.Abstraction.Plugins;
global using BotSharp.Abstraction.Functions;
global using BotSharp.Plugin.PizzaBot.Functions;
global using BotSharp.Abstraction.Agents.Settings;
global using BotSharp.Core.Agents.Services;