Fluent-Behaviour-Tree
Fluent-Behaviour-Tree copied to clipboard
Generic TimeData implementation and ProbabilitySelector implementation.
This pull request made the TimeData that is passed to the tree generic. This allows for real custom TickData. There is an implementation that is using the current TimeData object as type parameter for backwards compatibility.
Added a ProbabilitySelector to the Implementation, GitHub likes to pull in the differend changes.