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

Replace Wait with a Delay()?[] decorator #7

Closed eelstork closed 5 years ago

eelstork commented 5 years ago

This is because Wait needs a reset after use, which isn't convenient, and may be unexpected

eelstork commented 5 years ago

Fixed