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