Example #1
0
    // Use this for initialization
    void Start()
    {
        myTransform = this.transform;

        manager = GetComponentInParent<FeatherSlotManager>();
    }
Example #2
0
    // Use this for initialization
    void Start()
    {
        myTransform = this.transform;

        manager = GetComponentInParent <FeatherSlotManager>();
    }