private void Awake() { this.currentOffset = Vector2.zero; this.textureShifter = this.GetComponent<TextureShifter>(); }
private void Awake() { this.currentOffset = Vector2.zero; this.textureShifter = this.GetComponent <TextureShifter>(); }