Update Program.cs
Remove unnecessary using. Adjust line spacing.
This commit is contained in:
parent
e692d6e386
commit
6514cb49af
|
@ -1,5 +1,4 @@
|
||||||
//Written for The Accursed Crown of the Giant King. https://store.steampowered.com/app/1970780/
|
//Written for The Accursed Crown of the Giant King. https://store.steampowered.com/app/1970780
|
||||||
using System;
|
|
||||||
using System.IO;
|
using System.IO;
|
||||||
|
|
||||||
namespace ACotGK_seng_Extractor
|
namespace ACotGK_seng_Extractor
|
||||||
|
@ -25,6 +24,7 @@ namespace ACotGK_seng_Extractor
|
||||||
size = br.ReadInt32()
|
size = br.ReadInt32()
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
foreach (SUBFILE sub in fileTable)
|
foreach (SUBFILE sub in fileTable)
|
||||||
{
|
{
|
||||||
br.BaseStream.Position = sub.offset;
|
br.BaseStream.Position = sub.offset;
|
||||||
|
|
Loading…
Reference in New Issue