using System.Collections;
using System.Collections.Generic;
using System.Runtime.Serialization.Formatters.Binary;
public class Arroffer : MonoBehaviour
public bool arrows = true;
public GameObject Arrow_bt_ob_1 = new GameObject();
private GameObject backs;
image = GetComponent<Image>();