get started on entity (#793)

This commit is contained in:
water111
2021-08-31 11:05:03 -04:00
committed by GitHub
parent ccdfa01a88
commit 34e8afa0ee
36 changed files with 1931 additions and 340 deletions
+2 -2
View File
@@ -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