Updated method comments + made private methods protected

This commit is contained in:
Chomp
2025-03-03 12:11:41 +00:00
parent 35e8a814b9
commit d2db6f9b2b
66 changed files with 1169 additions and 624 deletions
@@ -372,7 +372,7 @@ public class BotEquipmentModGenerator(
return result;
}
private MinMax<int> GetMinMaxArmorPlateClass(List<TemplateItem> platePool)
protected static MinMax<int> GetMinMaxArmorPlateClass(List<TemplateItem> platePool)
{
platePool.Sort(
(x, y) =>