Example #1
0
 void ShowHitStand() // Shows hit and stand buttons.
 {
     StandBtn.Show();
     HitBtn.Show();
     HitStandLbl.Show();
 }
Example #2
0
 void HideHitStand() // Hides hit and stand buttons
 {
     StandBtn.Hide();
     HitBtn.Hide();
     HitStandLbl.Hide();
 }