Exemple #1
0
 public DecayTimer(APlagueBeastLord lord, int count, int deadline) : base(TimeSpan.Zero, TimeSpan.FromSeconds(1))
 {
     m_Lord     = lord;
     m_Count    = count;
     m_Deadline = deadline;
 }
Exemple #2
0
 public DecayTimer(APlagueBeastLord lord) : this(lord, 0, 120)
 {
 }