Corgi Engine  v8.8
AIBrain.cs File Reference

Classes

class  MoreMountains.Tools.AIBrain
 the AI brain is responsible from going from one state to the other based on the defined transitions. It's basically just a collection of states, and it's where you'll link all the actions, decisions, states and transitions together. More...
 

Namespaces

namespace  MoreMountains
 
namespace  MoreMountains.Tools
 

Typedefs

using Random = UnityEngine.Random
 

Typedef Documentation

◆ Random

using Random = UnityEngine.Random