From 5204b29734c5d5e63664a9b5f46fee59bf80a23d Mon Sep 17 00:00:00 2001 From: Iluha <92525749+Iluhadesu@users.noreply.github.com> Date: Fri, 21 Jul 2023 14:37:58 +0200 Subject: [PATCH] Add nullable context --- DepotDownloader/DepotDownloaderAuthenticator.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/DepotDownloader/DepotDownloaderAuthenticator.cs b/DepotDownloader/DepotDownloaderAuthenticator.cs index 70184d1a..825ac45b 100644 --- a/DepotDownloader/DepotDownloaderAuthenticator.cs +++ b/DepotDownloader/DepotDownloaderAuthenticator.cs @@ -1,4 +1,5 @@ -using System; +#nullable enable +using System; using System.Threading.Tasks; using SteamKit2.Authentication;