private void ChannelGizmoAction()
 {
     currentChannel = RemoteExplosivesUtility.GetNextChannel(currentChannel);
     UpdateNumArmedExplosivesInRange();
 }
 private void ChannelGizmoAction()
 {
     desiredChannel = RemoteExplosivesUtility.GetNextChannel(desiredChannel);
     RemoteExplosivesUtility.UpdateSwitchDesignation(this);
 }