Merge remote-tracking branch 'origin/main' into work_branch

This commit is contained in:
Mausham
2026-05-28 15:06:05 +05:45
73 changed files with 1259 additions and 106 deletions

View File

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

View File

@@ -1,2 +0,0 @@
fileFormatVersion: 2
guid: 4ca410c053f074e1cba2f7041f500d34

View File

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