GlobalUsings.cs

Global using directives for the Game project. Enables nullable annotations and imports common System namespaces plus LichessNET.Internal for all files in the project.

NetworkingHttp CallsFile Access
#nullable enable annotations

global using System;
global using System.Collections.Generic;
global using System.IO;
global using System.Linq;
global using System.Net;
global using System.Net.Http;
global using System.Text;
global using System.Text.Json;
global using System.Text.Json.Serialization;
global using System.Threading;
global using System.Threading.Tasks;
global using LichessNET.Internal;