Transcript

var game = new Game()
  .EnableMultiplayer()
  .EnableSpatialAudio()
  .SetPerformance(Game.Performance.HIGH)
  .ForEachBug(Bug::AutoFix)
  .GetWishlists(7000);

game.Release();
  • MostlyBlindGamerA
    link
    fedilink
    English
    arrow-up
    2
    ·
    8 months ago

    I don’t know, at least ‘SetPerformance()’ could throw an argument out of bounds exception.