예제 #1
0
    // Use this for initialization
    void Start()
    {
        currentHealth = maxHealth;

        thePlayerStats = FindObjectOfType <gpjPlayerStats>();

        theQM = FindObjectOfType <gpjQuestManager>();
    }
예제 #2
0
 // Use this for initialization
 void Start()
 {
     thePS = FindObjectOfType <gpjPlayerStats>();
 }
예제 #3
0
 // Use this for initialization
 void Start()
 {
     thePs = GetComponent <gpjPlayerStats>();
 }