From 4a24c914f62f62dcd5178140656923d9304b1181 Mon Sep 17 00:00:00 2001 From: Cj <161484149+CJ-SPT@users.noreply.github.com> Date: Sun, 23 Jun 2024 17:27:17 -0400 Subject: [PATCH] make method private --- RecodeItLib/Remapper/ReCodeItRemapper.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RecodeItLib/Remapper/ReCodeItRemapper.cs b/RecodeItLib/Remapper/ReCodeItRemapper.cs index 569c88c..4bed948 100644 --- a/RecodeItLib/Remapper/ReCodeItRemapper.cs +++ b/RecodeItLib/Remapper/ReCodeItRemapper.cs @@ -108,7 +108,7 @@ public class ReCodeItRemapper /// Loop over all types in the assembly and score them /// /// Mapping to score - public void ScoreMapping(RemapModel mapping) + private void ScoreMapping(RemapModel mapping) { foreach (var type in DataProvider.ModuleDefinition.Types) {