pruttned / owl-bt

owl-bt is editor for Behavior trees. It has been inspired by Unreal engine behavior trees in a way, that it supports special node items like decorators and services. This makes trees smaller and much more readable.
174 stars 28 forks source link

multiple inheritance support #9

Closed dauryg closed 5 years ago

dauryg commented 5 years ago

Tweaked ProjectStore Service _compileInheritances to support multiple inheritance. pruttned/owl-bt#8.