RPS WVM Completed

This commit is contained in:
Aaron
2021-01-24 15:40:27 -05:00
parent 7471f71212
commit 54eabb62d2
2 changed files with 49 additions and 43 deletions
@@ -96,6 +96,7 @@ class AlarmActivationViewController: UIViewController
rpsResult.text = "Paper: You lost, try again"
}
}
@IBAction func paperChoice(_ sender: Any) {
if rpsAction(choice: .paper)! {
endAlarm()