servicepoint-tanks/TanksServer/GlobalUsings.cs
Vinzenz Schroeter 8f281d65b2 get player input
2024-04-07 01:27:11 +02:00

6 lines
156 B
C#

global using System;
global using System.Collections.Generic;
global using System.Linq;
global using System.Threading;
global using System.Threading.Tasks;