Exemple #1
0
 public void finishBath(Bath bath)
 {
     StartCoroutine(featherQuality.increase(1 + .5f * InventoryPersist.getBathLevel()));
     bath.unFill();
 }
Exemple #2
0
 public void finishBath(Bath bath)
 {
     StartCoroutine(featherQuality.increase(1));
     bath.unFill();
 }