Explorar el Código

Создание Dll-библиотеки

Валерия Семенова hace 2 años
padre
commit
46089eac94
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      WSUniversalLib.dll/Calculation.cs

+ 1 - 0
WSUniversalLib.dll/Calculation.cs

@@ -10,6 +10,7 @@ namespace WSUniversalLib.dll
     {
         public void GetPriorityForAgent(int agentType, float age, float experience)
         {
+            return;
         }
     }
 }