Little cleaner code

This commit is contained in:
Antoine H 2020-12-07 16:04:11 +01:00
parent 573dc63762
commit c710d3c38e
3 changed files with 2 additions and 3 deletions

View file

@ -11,7 +11,6 @@ public class Workshop : MonoBehaviour
public Sprite product_sprite;
public float prepTime = 2.0f; //Time for preparation of product
protected int _stock = 5; //Stock of product
GameObject currentMug = null; //Mug currently stocked in workshop
//Handle objects interactions w/ Workshop