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