public void Start() { _inventory = GetComponent <Inventory.Inventory>(); }
protected override void Init() { _inventory = GetComponent <Inventory.Inventory>(); }