Skip to content

Instantly share code, notes, and snippets.

@wallstop
Created September 27, 2015 21:59
Show Gist options
  • Save wallstop/ece39d0a44298603e90c to your computer and use it in GitHub Desktop.
Save wallstop/ece39d0a44298603e90c to your computer and use it in GitHub Desktop.
public class BehaviorTree
{
Dictionary<BehaviorComponent, Goal> DetermineGoals(List<BehaviorComponent> resources);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment