Add link to Steam page

This commit is contained in:
NintenHero 2024-03-04 13:12:01 -06:00 committed by GitHub
parent 6b2ce4fc29
commit e540b071d4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 2 deletions

View File

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