lizka.flex@outlook.com 2 rokov pred
rodič
commit
9073f60ed3
1 zmenil súbory, kde vykonal 5 pridanie a 2 odobranie
  1. 5 2
      WSUniversalLib/WSUniversalLib.cs

+ 5 - 2
WSUniversalLib/WSUniversalLib.cs

@@ -6,8 +6,11 @@ using System.Threading.Tasks;
 
 namespace WSUniversalLib
 {
-    public class WSUniversalLib
+    public class Calculation
     {
-
+        public int GetPriorityForAgent(int agentType, float age, float experience)
+        {
+            return agentType;
+        }
     }
 }