From e540b071d4706b8eab8b8e3a20ec5a52cb64a6bc Mon Sep 17 00:00:00 2001 From: NintenHero <37460517+MichaelHinrichs@users.noreply.github.com> Date: Mon, 4 Mar 2024 13:12:01 -0600 Subject: [PATCH] Add link to Steam page --- Program.cs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 +}