Interface ILaunchGameRole
An interface for roles which launch a game.
Inherited Members
Namespace: Microsoft.XboxStudios.BotBrain.Overmind
Assembly: BotBrain.Overmind.dll
Syntax
public interface ILaunchGameRole : IRole, IEquatable<IRole>, IBasedOn<IRole>, IBasedOn
Properties
View SourceLaunch
Gets the game to launch.
Declaration
GameConfiguration Launch { get; }
Property Value
Type | Description |
---|---|
GameConfiguration |