10 lines
171 B
C#
10 lines
171 B
C#
using VContainer;
|
|
using VContainer.Unity;
|
|
|
|
public class GameLifetimeScope : LifetimeScope
|
|
{
|
|
protected override void Configure(IContainerBuilder builder)
|
|
{
|
|
}
|
|
}
|