BotSharp/src/Infrastructure/BotSharp.Core/GlobalUsing.cs

6 lines
185 B
C#
Raw Normal View History

2023-05-27 01:58:31 +00:00
global using System;
global using System.Collections.Generic;
global using System.Text;
global using System.Threading.Tasks;
global using BotSharp.Abstraction;
global using System.Linq;