Skip to content

Instantly share code, notes, and snippets.

@AmbulantRex
AmbulantRex / GameApp.cs
Last active November 4, 2024 00:46
Autofac DI in Stride
using System.Linq;
using System.Reflection;
using Autofac;
using Autofac.Core;
using Stride.Engine;
namespace GameApp
{
internal static void Main(string[] args)
{