Exemplo n.º 1
0
 public InfectedBite()
 {
     ApplyBuffToTargets         = new InfectedBiteDot();
     Cooldown                   = 1;
     EffectiveDuration          = 1;
     Damage                     = 20;
     EffectiveAngle             = 1;
     EffectiveRange             = 1.4f;
     DisableControllingMovement = true;
     DisableControllingRotation = true;
 }
Exemplo n.º 2
0
 public InfectedBite()
 {
     ApplyBuffToTargets = new InfectedBiteDot();
     Cooldown = 1;
     EffectiveDuration = 1;
     Damage = 20;
     EffectiveAngle = 1;
     EffectiveRange = 1.4f;
     DisableControllingMovement = true;
     DisableControllingRotation = true;
 }