Example #1
0
    public override void Exit()
    {
        base.Exit();
        CommandWound c = Cmd as CommandWound;

        if (c.ExitCallback != null)
        {
            c.ExitCallback();
            c.ExitCallback = null;
        }
    }