public ObjectRoot()
 {
     Leaves = new LeafCollection();
 }
Exemple #2
0
    //public bool normalLeaf, superLeaf;

    void Start()
    {
        callScoreTracker = FindObjectOfType <ScoreTracker>();
        callCollectSound = FindObjectOfType <LeafCollection>();
    }