C# 클래스 CreepScoreAPI.ObserverLive

Observer class for live games
파일 보기 프로젝트 열기: golf1052/CreepScore 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
encryptionKey string

공개 메소드들

메소드 설명
ObserverLive ( string encryptionKey )

Observer constructor

메소드 상세

ObserverLive() 공개 메소드

Observer constructor
public ObserverLive ( string encryptionKey )
encryptionKey string

프로퍼티 상세

encryptionKey 공개적으로 프로퍼티

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