active-logic / activelogic-cs

Behavior Trees and Case Logic for C#7
GNU Affero General Public License v3.0
106 stars 7 forks source link

Expose BT stacking APIs #87

Open eelstork opened 2 years ago

eelstork commented 2 years ago

Pushing BTs is useful, however the related APIs are currently not available to external clients; make the related APIs public.

eelstork commented 2 years ago

Only Unity is affected by this, because pushing BTs depends on steppers, and the GitHub version does not come with these. Documentation needs updating.