diff --git a/Program.cs b/Program.cs index b4e4b07..4882eea 100644 --- a/Program.cs +++ b/Program.cs @@ -1,4 +1,5 @@ -using System.IO; +//Written for Islet Online. https://store.steampowered.com/app/428180/ +using System.IO; using System.IO.Compression; namespace Islet_Online_Unpacker @@ -73,4 +74,4 @@ namespace Islet_Online_Unpacker public string name; } } -} \ No newline at end of file +}