// Use this for initialization
    void Start()
    {
        currentHealth = maxHealth;

        thePlayerStats = FindObjectOfType <PlayerStats>();
        theQM          = FindObjectOfType <gpjQuestManager>();
    }
Beispiel #2
0
 // Use this for initialization
 void Start()
 {
     theQM = FindObjectOfType <gpjQuestManager>();
 }