make method private

This commit is contained in:
Cj 2024-06-23 17:27:17 -04:00
parent 3985129549
commit 4a24c914f6

View File

@ -108,7 +108,7 @@ public class ReCodeItRemapper
/// Loop over all types in the assembly and score them /// Loop over all types in the assembly and score them
/// </summary> /// </summary>
/// <param name="mapping">Mapping to score</param> /// <param name="mapping">Mapping to score</param>
public void ScoreMapping(RemapModel mapping) private void ScoreMapping(RemapModel mapping)
{ {
foreach (var type in DataProvider.ModuleDefinition.Types) foreach (var type in DataProvider.ModuleDefinition.Types)
{ {