4 lines
124 B
Plaintext
4 lines
124 B
Plaintext
(defnew [] [:Int a 5])
|
|
|
|
(defmethod :Void update [:Float deltaSeconds] 0)
|
|
(defmethod :Void draw [:Void->Graphics graphics] 0) |