15 lines
359 B
C#
15 lines
359 B
C#
// Copyright (c) 2025 Mike Schulze
|
|
// MIT License - See LICENSE file in the repository root for full license text
|
|
|
|
// ReSharper disable once CheckNamespace
|
|
namespace GdUnit4.TestRunner;
|
|
|
|
using Core.Runners;
|
|
|
|
/// <summary>
|
|
/// The GdUnit4Net test runner scene.
|
|
/// </summary>
|
|
public partial class GdUnit4TestRunnerScene : GdUnit4TestRunnerSceneCore
|
|
{
|
|
}
|