public MantleEventArgs(Mantle m) { this.Name = m.Name; this.ID = m.ID; this.Timer = m.Timer; this.staticTimer = m.staticTimer; this.Cooldown = m.Cooldown; this.staticCooldown = m.staticCooldown; }