1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-13 08:32:57 +08:00

Fix remaining inspections

This commit is contained in:
Dean Herbert 2019-03-04 14:18:04 +09:00
parent cf63ee4948
commit b0971ef0fd
2 changed files with 2 additions and 1 deletions

View File

@ -14,6 +14,7 @@ namespace osu.Game.Tournament.Screens.Ladder.Components
/// <summary>
/// A collection of two teams competing in a head-to-head match.
/// </summary>
[Serializable]
public class MatchPairing
{
public int ID;
@ -65,6 +66,7 @@ namespace osu.Game.Tournament.Screens.Ladder.Components
public readonly Bindable<DateTimeOffset> Date = new Bindable<DateTimeOffset>();
[JsonProperty]
public readonly BindableList<ConditionalMatchPairing> ConditionalPairings = new BindableList<ConditionalMatchPairing>();
public readonly Bindable<Point> Position = new Bindable<Point>();

View File

@ -59,7 +59,6 @@ namespace osu.Game.Graphics.UserInterface
public abstract void Increment(T amount);
public float TextSize
{
get => DisplayedCountSpriteText.Font.Size;