예제 #1
0
 public MainMenuConsole(int width, int height, ConsoleManager conMan) : base(width, height)
 {
     this.conMan = conMan;
     IsFocused   = true;
     IsVisible   = true;
 }