Exemplo n.º 1
0
 protected virtual void OnSteamLobbyKicked(SteamLobbyKickedEventArgs e)
 {
     if (this.SteamLobbyKicked != null)
     {
         this.SteamLobbyKicked(this, e);
     }
 }
Exemplo n.º 2
0
 private void SteamMatchMakingService_SteamLobbyKicked(object sender, SteamLobbyKickedEventArgs e)
 {
     throw new NotImplementedException();
 }