Added crazy Dish ui screen
This commit is contained in:
@@ -8,7 +8,6 @@ public class CookButton : MonoBehaviour
|
||||
public GameObject Button;
|
||||
|
||||
void OnMouseUp() {
|
||||
Debug.Log("L");
|
||||
Button.GetComponentInParent<Cooking>().CreateDish();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user