Transcript
var game = new Game()
.EnableMultiplayer()
.EnableSpatialAudio()
.SetPerformance(Game.Performance.HIGH)
.ForEachBug(Bug::AutoFix)
.GetWishlists(7000);
game.Release();
You must log in or # to comment.
I smell a NotImplementedException somewhere.
catch (Exception e) { Exception.autofix(e); }
Done!