protected override void Run() { string input = ""; input = Console.ReadLine(); CommandRegistrar.HandleCmd(input); if (this.isGuiModeActive) { Draw(); } }
protected override void BeforeRun() { CommandRegistrar.Register(this); Console.WriteLine("Hypatia booted successfully."); }