From 6514cb49afd004daa30a7a92cb40e2fbc09074b7 Mon Sep 17 00:00:00 2001 From: MichaelHinrichs Date: Sun, 2 Jun 2024 09:56:07 -0500 Subject: [PATCH] Update Program.cs Remove unnecessary using. Adjust line spacing. --- Program.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Program.cs b/Program.cs index fb6eeee..f585d9a 100644 --- a/Program.cs +++ b/Program.cs @@ -1,5 +1,4 @@ -//Written for The Accursed Crown of the Giant King. https://store.steampowered.com/app/1970780/ -using System; +//Written for The Accursed Crown of the Giant King. https://store.steampowered.com/app/1970780 using System.IO; namespace ACotGK_seng_Extractor @@ -25,6 +24,7 @@ namespace ACotGK_seng_Extractor size = br.ReadInt32() }); } + foreach (SUBFILE sub in fileTable) { br.BaseStream.Position = sub.offset;