public BreatheTimer(Mobile m, AncientDaemon owner) : base(TimeSpan.FromSeconds(1.0), TimeSpan.FromSeconds(1.0)) { d = owner; m_Mobile = m; }
public BreatheTimer( Mobile m, AncientDaemon owner ) : base( TimeSpan.FromSeconds( 1.0 ), TimeSpan.FromSeconds( 1.0 ) ) { d = owner; m_Mobile = m; }