mirror of
https://github.com/open-goal/jak-project
synced 2026-08-19 22:12:24 -04:00
get started on entity (#793)
This commit is contained in:
+2
-2
@@ -1652,10 +1652,10 @@
|
||||
(the-as (function none :behavior process) nothing)
|
||||
)
|
||||
|
||||
;; definition for symbol entity-deactivate-handler, type (function process object none)
|
||||
;; definition for symbol entity-deactivate-handler, type (function process entity none)
|
||||
(define
|
||||
entity-deactivate-handler
|
||||
(the-as (function process object none) nothing)
|
||||
(the-as (function process entity none) nothing)
|
||||
)
|
||||
|
||||
;; definition for method 10 of type process
|
||||
|
||||
Reference in New Issue
Block a user