Inheritance: Server.Items.Container
コード例 #1
0
 public InternalTimer( DecayedCorpse c, TimeSpan delay )
     : base(delay)
 {
     m_Corpse = c;
     Priority = TimerPriority.FiveSeconds;
 }
コード例 #2
0
 public InternalTimer(DecayedCorpse c, TimeSpan delay) : base(delay)
 {
     m_Corpse = c;
 }
コード例 #3
0
ファイル: DecayedCorpse.cs プロジェクト: silky/ModernUO
 public InternalTimer(DecayedCorpse c, TimeSpan delay) : base(delay)
 {
     m_Corpse = c;
     Priority = TimerPriority.FiveSeconds;
 }
コード例 #4
0
ファイル: DecayedCorpse.cs プロジェクト: Ravenwolfe/xrunuo
 public InternalTimer( DecayedCorpse c, TimeSpan delay )
     : base(delay)
 {
     m_Corpse = c;
 }