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