Partial everything

This commit is contained in:
Dan Balasescu
2022-11-23 15:38:30 +09:00
parent 24796624aa
commit 9bbc6a81a2
439 changed files with 836 additions and 836 deletions

View File

@@ -8,7 +8,7 @@ using osu.Framework.Graphics.Containers;
namespace osu.Framework.Benchmarks
{
public class BenchmarkDrawableAudioWrapper : GameBenchmark
public partial class BenchmarkDrawableAudioWrapper : GameBenchmark
{
[Test]
[Benchmark]
@@ -28,7 +28,7 @@ namespace osu.Framework.Benchmarks
protected override Game CreateGame() => new TestGame();
private class TestGame : Game
private partial class TestGame : Game
{
public readonly AudioContainer Container1 = new AudioContainer { RelativeSizeAxes = Axes.Both };
public readonly AudioContainer Container2 = new AudioContainer { RelativeSizeAxes = Axes.Both };