Exemple #1
0
    // Use this for initialization
    void Start()
    {
        // Link the player functions script to a variable
        playerFunctions = GetComponent <scr_playerFunctions>();

        // Link the player stats script to a variable
        playerStats = GetComponent <scr_playerStats>();
    }