瀏覽代碼

метод

lizka.flex@outlook.com 2 年之前
父節點
當前提交
9073f60ed3
共有 1 個文件被更改,包括 5 次插入2 次删除
  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;
+        }
     }
 }