From d0c3322e04abc4f622b6abe7b3d19d2e1727a799 Mon Sep 17 00:00:00 2001 From: Miepee Date: Sun, 24 Jul 2022 04:07:50 +0200 Subject: [PATCH] Add todo --- AM2RPortHelper/Program.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/AM2RPortHelper/Program.cs b/AM2RPortHelper/Program.cs index 5cb6d7e..3f12be9 100644 --- a/AM2RPortHelper/Program.cs +++ b/AM2RPortHelper/Program.cs @@ -16,6 +16,8 @@ internal static class Program private static readonly string currentDir = Path.GetDirectoryName(AppDomain.CurrentDomain.BaseDirectory); private static readonly string utilDir = currentDir + "/utils"; + //TODO: add "-l" flag. transfer launcher mods to each other. + private static void Main(string[] args) { Console.WriteLine("AM2RPortHelper v" + version);