From a5e767df0187c06a959376eff854e7252e9407bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20L=C3=BCbe=C3=9F?= Date: Fri, 5 Jan 2024 14:33:50 +0100 Subject: [PATCH] Enabled nullable for ScriptCore --- ScriptCore/ScriptCore.csproj | 1 + 1 file changed, 1 insertion(+) diff --git a/ScriptCore/ScriptCore.csproj b/ScriptCore/ScriptCore.csproj index bd609d5..314a233 100644 --- a/ScriptCore/ScriptCore.csproj +++ b/ScriptCore/ScriptCore.csproj @@ -8,6 +8,7 @@ GlitchyEngine true true + enable