void Awake() { Instance = this; this.tr = this.GetComponent<Transform>(); }
public Transform tr; // CACHED TRANSFORM void Awake() { Instance = this; this.tr = this.GetComponent <Transform>(); }