Example #1
0
    void Awake()
    {
        Instance 	= this;

        this.tr 	= this.GetComponent<Transform>();
    }
Example #2
0
    public Transform tr;                                                                        // CACHED TRANSFORM

    void Awake()
    {
        Instance = this;

        this.tr = this.GetComponent <Transform>();
    }