add
This commit is contained in:
parent
2e3c81564e
commit
a971720a2e
@ -14,6 +14,7 @@ public class Promptmgr : MonoBehaviour
|
||||
// Start is called before the first frame update
|
||||
void Start()
|
||||
{
|
||||
|
||||
Instance = this;
|
||||
DontDestroyOnLoad(this);
|
||||
PromptPrefab = (GameObject)Resources.Load("Prefabs/Prompt");
|
||||
|
Loading…
Reference in New Issue
Block a user