Example #1
0
 public void SetOverHeatFactor(float factor, bool noStay)
 {
     if (noStay)
     {
         _StayCounter.Complete();
     }
     OverHeatFactor = factor;
 }
Example #2
0
 public void OpReset()
 {
     _FireCounter.Complete();
     Health.Cur = Health.Max;
 }