Skip to content
Snippets Groups Projects
  • Jordan's avatar
    212d889e
    Changes to enemy AI · 212d889e
    Jordan authored
    DECISIONS TREE CLASS:
    - Made lots of members private to remove Unity warnings
    - Removed parameters we didn't need from a few functions
    
    ENEMYAI:
    - Few structural changes, BuildDecisionTree seems to work in start() now
    - Now denoting actions with "a_ACTIONNAME" and decision with
      "d_DECISIONNAME".  Easier to read!
    212d889e
    History
    Changes to enemy AI
    Jordan authored
    DECISIONS TREE CLASS:
    - Made lots of members private to remove Unity warnings
    - Removed parameters we didn't need from a few functions
    
    ENEMYAI:
    - Few structural changes, BuildDecisionTree seems to work in start() now
    - Now denoting actions with "a_ACTIONNAME" and decision with
      "d_DECISIONNAME".  Easier to read!