IGameWorld.ListOfEvents Property

Fight Game AI Demo

IGameWorldListOfEvents Property
Gets or sets the list of events.

Namespace: FightGameAIDemo
Assembly: FightGameAIDemo (in FightGameAIDemo.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
List<string> ListOfEvents { get; set; }

Property Value

Type: ListString
The list of events.
See Also