BotSharp/tests/BotSharp.Plugin.PizzaBot/Using.cs

12 lines
512 B
C#
Raw Normal View History

2023-08-30 22:40:45 +00:00
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;