Class TestBotBrain
A test bot brain.
Inheritance
TestBotBrain
Implements
Inherited Members
Namespace: Microsoft.XboxStudios.BotBrain.Samples.ClassBased
Assembly: BotBrain.Samples.dll
Syntax
public class TestBotBrain : BotBrain<TestGameState, TestAutomatedBot, TestAction>, IBotBrain<TestGameState, TestAutomatedBot, TestAction>, IUrgeList<TestGameState, TestAutomatedBot, TestAction>, IUrge<TestGameState, TestAutomatedBot, TestAction>, IBotBrain, IBasedOn<IBotBrain>, IBasedOn, IEquatable<IBotBrain?>, IUrgeList, IUrge, IEquatable<IUrge?>, IHasParameters
Remarks
Initializes a new instance of the TestBotBrain class.
Constructors
View SourceTestBotBrain(ILogger<TestBotBrain>)
A test bot brain.
Declaration
public TestBotBrain(ILogger<TestBotBrain> logger)
Parameters
Type | Name | Description |
---|---|---|
ILogger<TestBotBrain> | logger | The logger to use. |
Remarks
Initializes a new instance of the TestBotBrain class.