public void OnPointerUp(PointerEventData data) { gunFistImage.color = semiTransparentColor; gunFistButtonUp = true; if (!singleplayer) { charController.CallGunFistButtonUpPressedRpc(); } }