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