示例#1
0
 public override void OnDeath(Container c)
 {
     base.OnDeath(c);
     //tell the sigil we've died if it didn't time out
     if (!m_TimedOut)
     {
         m_Sigil.VortexDeath();
     }
 }