From 3d453a123fe6427d4804ee8212cf4de5b32b7997 Mon Sep 17 00:00:00 2001 From: Michael Guedko Date: Mon, 7 May 2018 21:45:09 -0400 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a98070a3..15ad6bc0 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,8 @@ To verify it worked, start the game with the `--verbose` flag. If a new console 2. Download a release and add **IllusionPlugin.dll** to your references 3. Implement `IPlugin` or `IEnhancedPlugin` 4. Build the project and copy the DLL into the Plugins folder of the game -Note: You can use Console.Write() with the --verbose flag for debugging your plugins. + Note: You can use Console.Write() with the --verbose flag for debugging your plugins. + ## How To Keep The Game Patched When patching, IPA automatically creates a shortcut that keeps everything up-to-date. This simply makes sure that your DLLs remain patched even after an update.