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