示例#1
0
        virtual public void Run()
        {
            Console.Clear();

            text          = sceneArt + "\n" + HelperFunctions.ArtReadHelper.write(addText) + "\n\n";
            opt_helper    = new OptionsHelper(text, options);
            optionsChoice = opt_helper.MenuChoice();
            // Runs the actual scene logic
            // Override in child classes
        }