Surround Data Control was added

This commit is contained in:
Evgeny Redikultsev
2023-12-10 21:39:12 +05:00
parent e6a9322a36
commit a19333f7df
19 changed files with 639 additions and 286 deletions

View File

@@ -81,7 +81,7 @@ namespace StructureHelperCommon.Services.Units
return val;
}
private static double GetMultiplyer(UnitTypes unitType, string unitName)
public static double GetMultiplyer(UnitTypes unitType, string unitName)
{
try
{