Update Program.cs

Remove unnecessary using. Adjust line spacing.
This commit is contained in:
Michael Hinrichs 2024-06-02 09:56:07 -05:00
parent e692d6e386
commit 6514cb49af
1 changed files with 2 additions and 2 deletions

View File

@ -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;