Fix Unreachable Code warning in Writer.Import.cs (#3472)

Fixes Warning: D:\a\sbox-public\sbox-public\engine\Tools\InteropGen\Writer\ManagerWriter.Imports.cs(133,7): warning CS0162: Unreachable code detected [D:\a\sbox-public\sbox-public\engine\Tools\InteropGen\InteropGen.csproj]
This commit is contained in:
Lorenz Junglas
2025-11-27 11:17:24 +01:00
committed by GitHub
parent 5addf6f59b
commit 0581185500

View File

@@ -6,7 +6,7 @@ namespace Facepunch.InteropGen;
internal partial class ManagerWriter
{
private const string InternalNative = "__N";
private const bool addRecording = false;
private static bool addRecording = false;
private void Imports()
{