Create All Needed Scripts
This commit is contained in:
10
Assets/Scripts/Scopes/RootLifetimeScope.cs
Normal file
10
Assets/Scripts/Scopes/RootLifetimeScope.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
using VContainer;
|
||||
using VContainer.Unity;
|
||||
|
||||
namespace Scopes {
|
||||
public class RootLifetimeScope : LifetimeScope {
|
||||
protected override void Configure(IContainerBuilder builder) {
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
3
Assets/Scripts/Scopes/RootLifetimeScope.cs.meta
Normal file
3
Assets/Scripts/Scopes/RootLifetimeScope.cs.meta
Normal file
@@ -0,0 +1,3 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 31d874275d6f4540a21f512df426fa88
|
||||
timeCreated: 1765628841
|
||||
Reference in New Issue
Block a user