Moved notification logic to NotificationLogic
This commit is contained in:
@@ -19,18 +19,6 @@ let wvms = [
|
||||
WVM(name: "Smash", desc: "It'll never truns off"),
|
||||
]
|
||||
|
||||
func walkAction() {
|
||||
|
||||
}
|
||||
|
||||
func jumpAction() {
|
||||
|
||||
}
|
||||
|
||||
func puzzleAction() {
|
||||
|
||||
}
|
||||
|
||||
func smashAction() {
|
||||
|
||||
}
|
||||
|
||||
@@ -0,0 +1,23 @@
|
||||
//
|
||||
// NotificationLogic.swift
|
||||
// ProjectClock
|
||||
//
|
||||
// Created by Aaron Saporito on 1/13/21.
|
||||
//
|
||||
|
||||
import Foundation
|
||||
|
||||
func walkAction() {
|
||||
|
||||
}
|
||||
|
||||
func jumpAction() {
|
||||
|
||||
}
|
||||
|
||||
func puzzleAction() {
|
||||
|
||||
}
|
||||
|
||||
func smashAction() {
|
||||
|
||||
Reference in New Issue
Block a user