12 lines
512 B
C#
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; |