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