A Sandcastle Documented Class Library
| GameWorldListOfEvents Property |
Gets or sets the list of events.
Namespace: FightGameAIDemo
Assembly: FightGameAIDemo (in FightGameAIDemo.exe) Version: 1.0.0.0 (1.0.0.0)
SyntaxC#
public List<string> ListOfEvents { get; set; }
Property Value
Type: ListStringThe list of events.
Implements
IGameWorldListOfEvents
See Also