bad code fix
This commit is contained in:
@@ -7,12 +7,11 @@ public class Ingredient : MonoBehaviour
|
||||
// Start is called before the first frame update
|
||||
// L
|
||||
Vector3 mousePosition;
|
||||
new public Transform transform;
|
||||
public List <GameObject> IngredientIn;
|
||||
public int NutritionalValue;
|
||||
bool isMoving = false;
|
||||
//public GameObject table;
|
||||
private Vector3 DefaultPosition;
|
||||
Vector3 DefaultPosition;
|
||||
void Start()
|
||||
{
|
||||
DefaultPosition = transform.position;
|
||||
|
||||
Reference in New Issue
Block a user