Ejemplo n.º 1
0
 private void OnSpectateGame(string spectateSecret) => SpectateGame?.Invoke(spectateSecret);
Ejemplo n.º 2
0
 private void SpectateButton_Click(object sender, EventArgs e)
 {
     SpectateGame game = new SpectateGame(MatchInfo.observers.encryptionKey, MatchInfo.gameId, MatchInfo.platformId);
 }
Ejemplo n.º 3
0
 private void OnSpectateGame(string secret)
 {
     SpectateGame?.Invoke(secret);
 }