This commit is contained in:
hyskai 2024-10-30 01:33:31 +08:00
parent 2e3c81564e
commit a971720a2e

View File

@ -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");