servicepoint-tanks/TanksServer/GlobalUsings.cs

8 lines
243 B
C#
Raw Normal View History

global using System;
2024-04-07 20:16:22 +02:00
global using System.Collections.Concurrent;
global using System.Collections.Generic;
2024-04-06 16:38:26 +02:00
global using System.Linq;
2024-04-07 01:27:11 +02:00
global using System.Threading;
global using System.Threading.Tasks;
2024-04-07 19:52:16 +02:00
global using Microsoft.Extensions.Options;