Added function that finds all possible dishes from ingredients
This commit is contained in:
@@ -33,9 +33,6 @@ public class Ingredient : MonoBehaviour
|
||||
void OnMouseUp()
|
||||
{
|
||||
if (isMoving)
|
||||
|
||||
|
||||
|
||||
isMoving = false;
|
||||
else
|
||||
isMoving = true;
|
||||
|
||||
Reference in New Issue
Block a user