From 175d40ba5d225417b794d1a731aa09f9cd907776 Mon Sep 17 00:00:00 2001 From: "Ms. Feng" <113121183+ifenghm@users.noreply.github.com> Date: Tue, 27 May 2025 13:14:35 -0400 Subject: [PATCH] add more delete comments for IGenericModConfigMenuApi.cs I noticed when making a custom ModConfig and importing this code, we should also remove the UsingGenericModConfigMenu.Framework code (since that is not actually imported in our source code) --- GenericModConfigMenu/IGenericModConfigMenuApi.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GenericModConfigMenu/IGenericModConfigMenuApi.cs b/GenericModConfigMenu/IGenericModConfigMenuApi.cs index f8c3964cf..c90bfee9d 100644 --- a/GenericModConfigMenu/IGenericModConfigMenuApi.cs +++ b/GenericModConfigMenu/IGenericModConfigMenuApi.cs @@ -1,5 +1,5 @@ using System; -using GenericModConfigMenu.Framework; +using GenericModConfigMenu.Framework; // DELETE THIS LINE WHEN COPIED INTO YOUR MOD CODE using Microsoft.Xna.Framework; using Microsoft.Xna.Framework.Graphics; using StardewModdingAPI;