mirror of
https://github.com/zoriya/Magical-Garden.git
synced 2026-06-06 18:22:14 +00:00
dsqf
This commit is contained in:
@@ -9,6 +9,7 @@ public class Mission : MonoBehaviour {
|
|||||||
public int minDrop;
|
public int minDrop;
|
||||||
public int itemDrop;
|
public int itemDrop;
|
||||||
public Dictionary<TreeType, int> Objectifs = new Dictionary<TreeType, int>();
|
public Dictionary<TreeType, int> Objectifs = new Dictionary<TreeType, int>();
|
||||||
|
public GameObject WinUI;
|
||||||
private void Start()
|
private void Start()
|
||||||
{
|
{
|
||||||
items = GetComponent<InventoryManager>().items;
|
items = GetComponent<InventoryManager>().items;
|
||||||
@@ -89,6 +90,6 @@ public class Mission : MonoBehaviour {
|
|||||||
|
|
||||||
public void HasWon()
|
public void HasWon()
|
||||||
{
|
{
|
||||||
|
WinUI.SetActive(true);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user