Files
YachtDice/Assets/Scripts/DI/GameLifetimeScope.cs
T
2026-03-01 06:25:06 +07:00

13 lines
219 B
C#

using VContainer;
using VContainer.Unity;
namespace YachtDice
{
public class GameLifetimeScope : LifetimeScope
{
protected override void Configure(IContainerBuilder builder)
{
}
}
}