AIsOfCatan.HumanAgent.MoveRobber C# (CSharp) Метод

MoveRobber() публичный Метод

public MoveRobber ( IGameState state ) : int
state IGameState
Результат int
        public int MoveRobber(IGameState state)
        {
            Console.WriteLine("Choose where to place the robber by typing in the id of a position: ");
            return int.Parse(Console.ReadLine());
        }