Interface IMissionContext
Namespace: SociallyDistant.Core.Missions
Assembly: SociallyDistant.Framework.dll
Syntax
public interface IMissionContext
Properties
AbandonmentToken
Declaration
CancellationToken AbandonmentToken { get; }
Property Value
| Type | Description |
|---|---|
| CancellationToken |
Game
Declaration
IGameContext Game { get; }
Property Value
| Type | Description |
|---|---|
| IGameContext |
Mission
Declaration
IMission Mission { get; }
Property Value
| Type | Description |
|---|---|
| IMission |