Inheritance: MonoBehaviour
Exemplo n.º 1
0
    public ScoreoidInterface ScoreKeeper()
    {
        if (null == scoreoidInterface)
        {
            scoreoidInterface = GameObject.Find("ScoreKeeper").GetComponent <ScoreoidInterface>();
        }

        return(scoreoidInterface);
    }
Exemplo n.º 2
0
    public ScoreoidInterface ScoreKeeper()
    {
        if(null == scoreoidInterface)
            scoreoidInterface = GameObject.Find("ScoreKeeper").GetComponent<ScoreoidInterface>();

        return scoreoidInterface;
    }