Partial everything

This commit is contained in:
Dan Balasescu
2022-11-24 14:32:20 +09:00
committed by Dean Herbert
parent a1c559ae05
commit 7bc8908ca9
2331 changed files with 3218 additions and 3218 deletions

View File

@ -5,7 +5,7 @@ using osu.Game.Localisation;
namespace osu.Game.Overlays.OSD
{
public class CopyUrlToast : Toast
public partial class CopyUrlToast : Toast
{
public CopyUrlToast()
: base(UserInterfaceStrings.GeneralHeader, ToastStrings.UrlCopied, "")

View File

@ -16,7 +16,7 @@ using osu.Game.Localisation;
namespace osu.Game.Overlays.OSD
{
public abstract class Toast : Container
public abstract partial class Toast : Container
{
private const int toast_minimum_width = 240;

View File

@ -21,7 +21,7 @@ using osuTK.Graphics;
namespace osu.Game.Overlays.OSD
{
public class TrackedSettingToast : Toast
public partial class TrackedSettingToast : Toast
{
private const int lights_bottom_margin = 40;
@ -129,7 +129,7 @@ namespace osu.Game.Overlays.OSD
sampleChange = audio.Samples.Get("UI/osd-change");
}
private class OptionLight : Container
private partial class OptionLight : Container
{
private Color4 glowingColour, idleColour;