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