Transcript

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

game.Release();
  • @underisk
    link
    702 months ago

    Another dev who forgot to .AddGameplay()

      • @HereIAm@lemmy.world
        link
        fedilink
        72 months ago

        Should really start practicing dependency injection, so you can create any kind of gameplay you want easily!