Merge remote-tracking branch 'origin/main' into work_branch
This commit is contained in:
@@ -1,11 +0,0 @@
|
||||
using VContainer;
|
||||
|
||||
namespace Darkmatter.App.LifetimeScopes
|
||||
{
|
||||
public class GameLifetimeScope : BaseLifetimeScope
|
||||
{
|
||||
protected override void Configure(IContainerBuilder builder)
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,2 +0,0 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 4ca410c053f074e1cba2f7041f500d34
|
||||
@@ -1,11 +1,6 @@
|
||||
using VContainer;
|
||||
|
||||
namespace Darkmatter.App.LifetimeScopes
|
||||
{
|
||||
public class RootLifetimeScope : BaseLifetimeScope
|
||||
{
|
||||
protected override void Configure(IContainerBuilder builder)
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user