Added skeleton functions (WVMs)

This commit is contained in:
Aaron
2021-01-13 09:00:40 -05:00
parent 2228b65000
commit 5dd8aa8a90
+16
View File
@@ -18,3 +18,19 @@ let wvms = [
WVM(name: "Puzzle", desc: "Complete a simple puzzle"),
WVM(name: "Smash", desc: "It'll never truns off"),
]
func walkAction() {
}
func jumpAction() {
}
func puzzleAction() {
}
func smashAction() {
}