From 70094cc97c87812ee5f27acd74b78b2c12636c0f Mon Sep 17 00:00:00 2001 From: NintenHero <37460517+MichaelHinrichs@users.noreply.github.com> Date: Mon, 18 Mar 2024 12:06:45 -0500 Subject: [PATCH] Add "Written for" comment I forgot it. --- Program.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Program.cs b/Program.cs index 69123c2..f3018c0 100644 --- a/Program.cs +++ b/Program.cs @@ -1,4 +1,5 @@ -using System; +//Written for Linkrealms. https://steamcommunity.com/app/402450/ +using System; using System.IO; namespace Linkrealms_Extractor