Exemplo n.º 1
0
 public void InvokeDeath(DeathEventArgs e)
 {
     if (Death != null)
     {
         Death(e);
     }
 }
Exemplo n.º 2
0
        public void EventSink_Death(DeathEventArgs e)
        {
            TestMobile from = e.Mobile;

            loser = from;
            end   = DateTime.Now;

            done = true;
        }