servicepoint-tanks/TanksServer/GlobalUsings.cs

5 lines
125 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;
global using System.Threading.Tasks;