add entity events: on_spawn, on_despawn
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
function on_spawn(eid)
|
||||
print("spawn", eid)
|
||||
end
|
||||
|
||||
function on_despawn(eid)
|
||||
print("despawn", eid)
|
||||
end
|
||||
Reference in New Issue
Block a user