Code/GlobalUsings.cs

Global using directives for the Game project, enabling nullable annotations and bringing common System namespaces and LichessNET.Internal into scope across the project.

NetworkingHttp Calls
#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;