Transcript

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

game.Release();
  • Daxtron2
    link
    fedilink
    arrow-up
    10
    ·
    6 months ago

    The tech just isn’t there yet to support an extra line 😔