11 lines
194 B
C#
11 lines
194 B
C#
using VContainer;
|
|
|
|
namespace Common
|
|
{
|
|
public class TestGameScope : GameScope
|
|
{
|
|
protected override void ExtendedConfigure(IContainerBuilder builder)
|
|
{
|
|
}
|
|
}
|
|
} |