/// <summary> /// Awake is called when the script instance is being loaded. /// </summary> protected virtual void Awake() { reloadSystem = GetComponent <AIReloadSystem>(); audioSource = GetComponent <AudioSource>(); }
public void SetReloadSystem(AIReloadSystem value) { reloadSystem = value; }