Beispiel #1
0
 public List <Location> getMovement(GameLogic.IAgent mover)
 {
     //var res = new List<Location>();
     //res.Add(new Location(agentLocationAnswer[mover]));
     //return res;
     throw new NotImplementedException();
 }
Beispiel #2
0
 public object getChoice(GameLogic.IAgent chooser, int choiceKey)
 {
     //var key = Tuple.Create(chooser, choiceKey);
     //if (agentQuestionToAnswer.Keys.Contains(key))
     //    return agentQuestionToAnswer[key];
     //return latestInputRequest.ComboChoices[chooser][choiceKey].Item3;
     throw new NotImplementedException();
 }