namespace Common { public class TestGameLauncher : GameLauncher { protected override string ResolveLifetimeScopePrefab() { return "TestScope"; } protected override void CreateResourcesList() { } protected override void Launch() { } } }