Some conflicts resolved
This commit is contained in:
@@ -38,6 +38,9 @@ public class DraggableKey : MonoBehaviour,
|
||||
{
|
||||
IsCompleted = false;
|
||||
_onCompleted = onCompleted;
|
||||
// Register ourselves with the manager so CheckWin can call Complete()
|
||||
if (KeyminigameManager.Instance != null)
|
||||
KeyminigameManager.Instance.taskRef = this;
|
||||
}
|
||||
|
||||
public void Complete()
|
||||
|
||||
Reference in New Issue
Block a user