GameWorld.ListOfEvents Property

Fight Game AI Demo

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)
Syntax
C#
public List<string> ListOfEvents { get; set; }

Property Value

Type: ListString
The list of events.

Implements

IGameWorldListOfEvents
See Also