@@ -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;
+ }
}