Class DynamicGameStateTokens
A class for serializing a list of tokens.
Inherited Members
Namespace: Microsoft.Internal.Studios.Aruba.Infrastructure.Token
Assembly: Aruba.Infrastructure.dll
Syntax
public class DynamicGameStateTokens
Properties
View SourceTokens
Gets or sets the dynamic game state tokens.
Declaration
[SuppressMessage("Usage", "CA2227:Collection properties should be read only", Justification = "Setter required to be able to read tokens from file and construct the class.")]
public List<DynamicGameStateToken> Tokens { get; set; }
Property Value
| Type | Description |
|---|---|
| List<DynamicGameStateToken> |