OldBlueWater/BlueWater/Assets/02.Scripts/GameLifetimeScope.cs

10 lines
171 B
C#
Raw Normal View History

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