// Start is called before the first frame update void Start() { diaSystem = FindObjectOfType <PDialogueSystem>(); }
void Start() { playerDSystem = FindObjectOfType <PDialogueSystem>(); }