Example #1
0
 public void SetLowTarget(BalanceBot lowTarget)
 {
     LowTarget = lowTarget;
     Validate();
 }
Example #2
0
 public void SetHighTarget(BalanceBot highTarget)
 {
     HighTarget = highTarget;
     Validate();
 }