This commit is contained in:
2024-04-26 14:34:01 +02:00
parent 335905a543
commit 6dd6223a13
2 changed files with 11 additions and 12 deletions

View File

@@ -23,7 +23,6 @@ public class Cooking : MonoBehaviour
private List<GameObject> DishesCooked = new List<GameObject>(); // stop user from cooking same dish twice.
private float timer = 0;
private float MaxTimer = 0;
int NV;
private void Start() {
MaxTimer = GetComponent<DishUI>().MaxTimer;