Interface IOvermindHelper
A catch-all interface used to load and run the overmind with composition.
Inherited Members
Namespace: Microsoft.XboxStudios.BotBrain.Overmind
Assembly: BotBrain.Overmind.dll
Syntax
public interface IOvermindHelper : IBrainHelper
Properties
View SourceSerializer
Gets the overmind file serializer.
Declaration
IOvermindSerializer Serializer { get; }
Property Value
Type | Description |
---|---|
IOvermindSerializer |
Updater
Gets the overmind brain updater.
Declaration
IOvermindUpdater Updater { get; }
Property Value
Type | Description |
---|---|
IOvermindUpdater |