// Use this for initialization public void Setup(MenuHandler mh) { utils = Utilities.Instance; im = InputManager.Instance; actionSlots = gameObject.AddComponent <ActionSlots>(); cam_controller = GetComponentInChildren <CameraController>(); networkInv = new NetworkInventory(); actionSlots.mh = mh; }