m-lua-script: add closure for object_activate API

This commit is contained in:
Julian Bouzas
2021-03-15 07:51:00 -04:00
parent 5e69a82d4b
commit 003afc3e7b
3 changed files with 10 additions and 7 deletions

View File

@@ -77,6 +77,9 @@ local Features = {
}
local Feature = {
Object = {
ALL = 0xffffffff,
},
Proxy = {
BOUND = 1,
},