Moved notification logic to NotificationLogic

This commit is contained in:
Aaron
2021-01-13 09:13:22 -05:00
parent 1b847eb570
commit b01d15dae2
3 changed files with 27 additions and 12 deletions
-12
View File
@@ -19,18 +19,6 @@ let wvms = [
WVM(name: "Smash", desc: "It'll never truns off"),
]
func walkAction() {
}
func jumpAction() {
}
func puzzleAction() {
}
func smashAction() {
}