C# Class EddiEvents.FighterLaunchedEvent

Inheritance: Event
Mostrar archivo Open project: cmdrmcdonald/EliteDangerousDataProvider Class Usage Examples

Public Properties

Property Type Description
VARIABLES string>.Dictionary

Private Properties

Property Type Description
FighterLaunchedEvent Newtonsoft.Json

Public Methods

Method Description
FighterLaunchedEvent ( System.DateTime timestamp, string loadout, bool playercontrolled ) : Newtonsoft.Json

Private Methods

Method Description
FighterLaunchedEvent ( ) : Newtonsoft.Json

Method Details

FighterLaunchedEvent() public method

public FighterLaunchedEvent ( System.DateTime timestamp, string loadout, bool playercontrolled ) : Newtonsoft.Json
timestamp System.DateTime
loadout string
playercontrolled bool
return Newtonsoft.Json

Property Details

VARIABLES public_oe static_oe property

public static Dictionary VARIABLES
return string>.Dictionary