示例#1
0
 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;
 }