コード例 #1
0
        private void RequestAction()
        {
            OutputBoardState();
            //receive actions from the User
            var input = Int32.Parse(_interactionManager.ReadInput("Add a Number", new List <string>()
            {
                "1", "2", "3"
            }));

            TurnEnd();
        }