Exemplo n.º 1
0
	// Use this for initialization
	void Start () {
        canvas = GameObject.FindObjectOfType<Canvas>();
        sceneManager = canvas.GetComponent<csKitchenSceneManager>();
        droppableRecipe = GameObject.FindObjectOfType<csDroppableRecipe>();
	}
Exemplo n.º 2
0
	// Use this for initialization
	void Start () {
        droppableRecipe = GameObject.FindObjectOfType<csDroppableRecipe>();
	}