make method private
This commit is contained in:
parent
3985129549
commit
4a24c914f6
@ -108,7 +108,7 @@ public class ReCodeItRemapper
|
||||
/// Loop over all types in the assembly and score them
|
||||
/// </summary>
|
||||
/// <param name="mapping">Mapping to score</param>
|
||||
public void ScoreMapping(RemapModel mapping)
|
||||
private void ScoreMapping(RemapModel mapping)
|
||||
{
|
||||
foreach (var type in DataProvider.ModuleDefinition.Types)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user