Intro done and bug fix
This commit is contained in:
@@ -1,11 +1,6 @@
|
||||
using VContainer;
|
||||
|
||||
namespace Darkmatter.App.LifetimeScopes
|
||||
{
|
||||
public class GameLifetimeScope : BaseLifetimeScope
|
||||
{
|
||||
protected override void Configure(IContainerBuilder builder)
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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