Class ExampleDataContext
An example implementation of IAgentDataContext concretely defining the game data for the farmer hero.
This is accessed by all actions and consideration.
You do not need to do it this way if your game has a different way of injecting dependencies.
Inheritance
ExampleDataContext
Assembly: UtilityAIFramework.dll
Syntax
public class ExampleDataContext : MonoBehaviour, IAgentDataContext
Fields
HungerWatcher
Declaration
public StatWatcher HungerWatcher
Field Value
Inventory
Declaration
public Inventory Inventory
Field Value
MonsterManager
Declaration
public MonsterManager MonsterManager
Field Value
SleepinessWatcher
Declaration
public StatWatcher SleepinessWatcher
Field Value
Stats
Declaration
Field Value
TreeObjectManager
Declaration
public TreeObjectManager TreeObjectManager
Field Value
Implements