예제 #1
0
 public override void Shutdown()
 {
     base.Shutdown();
     _conHost.UnregisterCommand("playglobalsound");
 }
예제 #2
0
        public override void Shutdown()
        {
            base.Shutdown();

            _conHost.UnregisterCommand("incmd");
        }
예제 #3
0
 private void ShutdownCommands()
 {
     _consoleHost.UnregisterCommand("fixgridatmos");
 }