Ejemplo n.º 1
0
    void InputToOutput()
    {
        switch (I.LetterInput())
        {
        case "E":
            if (curObject != null)
            {
                GL.Interaction(curObject);
            }
            break;

        case "I":
            UIL.InventoryHandling(0);
            break;

        case "L":
            UIL.QuestLogHandling();
            break;
        }
    }