Exemplo n.º 1
0
        protected override Scenario Handle(Event e, ref ListenerAction result)
        {
            WentToWorkScenario scenario = base.Handle(e, ref result) as WentToWorkScenario;

            if (scenario != null)
            {
                // Do this now, rather than waiting the 10 sim-minute Scenario manager delay
                Careers.VerifyTone(scenario.Sim);
            }

            return(scenario);
        }
Exemplo n.º 2
0
 protected WentToWorkScenario(WentToWorkScenario scenario)
     : base(scenario)
 {
 }