Intro done and bug fix

This commit is contained in:
Savya Bikram Shah
2026-05-28 14:19:06 +05:45
parent b38f4d592c
commit e0e7601c27
15 changed files with 556 additions and 19 deletions

View File

@@ -1,11 +1,6 @@
using VContainer;
namespace Darkmatter.App.LifetimeScopes
{
public class GameLifetimeScope : BaseLifetimeScope
{
protected override void Configure(IContainerBuilder builder)
{
}
}
}
}

View File

@@ -1,11 +1,6 @@
using VContainer;
namespace Darkmatter.App.LifetimeScopes
{
public class RootLifetimeScope : BaseLifetimeScope
{
protected override void Configure(IContainerBuilder builder)
{
}
}
}
}