Port the template's classes

This commit is contained in:
2021-01-02 19:45:45 -07:00
parent 030a847259
commit fc55a8042b
5 changed files with 17 additions and 20 deletions

View File

@@ -0,0 +1,7 @@
(defmethod &override create []
(super.create)
(return))
(defmethod &override update [:Float elapsed]
(super.update elapsed)
(return))