mirror of
https://github.com/Jetsparrow/antiantiswearingbot.git
synced 2026-01-20 23:16:08 +03:00
11 lines
315 B
C#
11 lines
315 B
C#
global using System;
|
|
global using System.Text;
|
|
global using System.Linq;
|
|
global using System.Collections.Generic;
|
|
global using System.Threading;
|
|
global using System.Threading.Tasks;
|
|
|
|
global using Microsoft.Extensions.Options;
|
|
global using Microsoft.Extensions.Logging;
|
|
global using Microsoft.Extensions.Hosting;
|