Exemplo n.º 1
0
 public StaminaRegen()
     : base(AttributeRegenParameters.With(Color.Green, 5, 1, 1))
 {
     // --
 }
Exemplo n.º 2
0
 public HealthRegen()
     : base(AttributeRegenParameters.With(Color.Red, 5, 1, 1))
 {
     // --
 }