mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 06:36:31 +09:00
Partial everything
This commit is contained in:
committed by
Dean Herbert
parent
a1c559ae05
commit
7bc8908ca9
@ -20,7 +20,7 @@ namespace osu.Game.Screens.Edit.Timing
|
||||
/// <summary>
|
||||
/// A button with variable constant output based on hold position and length.
|
||||
/// </summary>
|
||||
public class TimingAdjustButton : CompositeDrawable
|
||||
public partial class TimingAdjustButton : CompositeDrawable
|
||||
{
|
||||
public Action<double> Action;
|
||||
|
||||
@ -112,7 +112,7 @@ namespace osu.Game.Screens.Edit.Timing
|
||||
return true;
|
||||
}
|
||||
|
||||
private class IncrementBox : CompositeDrawable
|
||||
private partial class IncrementBox : CompositeDrawable
|
||||
{
|
||||
public readonly float Multiplier;
|
||||
|
||||
|
Reference in New Issue
Block a user