NAT playground project

This commit is contained in:
2021-09-07 20:15:39 -06:00
parent 48b3051c17
commit 9b22655c5b
20 changed files with 195 additions and 2 deletions

View File

@@ -0,0 +1,5 @@
(method &override :Void create []
(super.create))
(method &override :Void update [:Float elapsed]
(super.update elapsed))