servicepoint-tanks/TanksServer/GlobalUsings.cs

6 lines
156 B
C#
Raw Normal View History

global using System;
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;