void Pointer(HandController.types type) { if (type == HandController.types.RIGHT) { bow.SetActive(false); } }
void Grab(HandController.types type) { if (type == HandController.types.LEFT) { bow.SetActive(true); HandEvents.Grab(HandController.types.RIGHT); } }