コード例 #1
0
 /** <summary> Constructs the main debug controller. </summary> */
 public DebugControllerBase()
 {
     this.menu		= new DebugMenu();
     this.gamePaused	= false;
 }
コード例 #2
0
        //========= CONSTRUCTORS =========
        #region Constructors

        /** <summary> Constructs the main debug controller. </summary> */
        public DebugControllerBase()
        {
            this.menu       = new DebugMenu();
            this.gamePaused = false;
        }