Inheritance: Server.Items.Container
Exemplo n.º 1
0
 public InternalTimer( DecayedCorpse c, TimeSpan delay )
     : base(delay)
 {
     m_Corpse = c;
     Priority = TimerPriority.FiveSeconds;
 }
Exemplo n.º 2
0
 public InternalTimer(DecayedCorpse c, TimeSpan delay) : base(delay)
 {
     m_Corpse = c;
 }
Exemplo n.º 3
0
 public InternalTimer(DecayedCorpse c, TimeSpan delay) : base(delay)
 {
     m_Corpse = c;
     Priority = TimerPriority.FiveSeconds;
 }
Exemplo n.º 4
0
 public InternalTimer( DecayedCorpse c, TimeSpan delay )
     : base(delay)
 {
     m_Corpse = c;
 }