Chimken
This commit is contained in:
@@ -5,6 +5,8 @@ using UnityEngine;
|
||||
public class Ingredient : MonoBehaviour
|
||||
{
|
||||
// Start is called before the first frame update
|
||||
//Vector3 mousePosition = Input.mousePosition;
|
||||
public Vector3 transform;
|
||||
void Start()
|
||||
{
|
||||
|
||||
@@ -13,6 +15,6 @@ public class Ingredient : MonoBehaviour
|
||||
// Update is called once per frame
|
||||
void Update()
|
||||
{
|
||||
|
||||
//transform.position = Input
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user