C# Class CreepScoreAPI.ObserverLive

Observer class for live games
Exibir arquivo Open project: golf1052/CreepScore Class Usage Examples

Public Properties

Property Type Description
encryptionKey string

Public Methods

Method Description
ObserverLive ( string encryptionKey )

Observer constructor

Method Details

ObserverLive() public method

Observer constructor
public ObserverLive ( string encryptionKey )
encryptionKey string

Property Details

encryptionKey public_oe property

Key used to decrypt the spectator grid game data for playback
public string encryptionKey
return string