brentN5 / bt-target

GNU General Public License v3.0
36 stars 52 forks source link

new pull #19

Closed evanillaa closed 3 years ago

evanillaa commented 3 years ago

function AddEntityZone(name, entity, options, targetoptions) Zones[name] = EntityZone:Create(entity, options) Zones[name].targetoptions = targetoptions end

exports("AddEntityZone", AddEntityZone)