1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-25 09:10:26 +08:00

Fix remaining inspections

This commit is contained in:
Dean Herbert
2019-03-04 14:18:04 +09:00
Unverified
parent cf63ee4948
commit b0971ef0fd
2 changed files with 2 additions and 1 deletions
@@ -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>();
@@ -59,7 +59,6 @@ namespace osu.Game.Graphics.UserInterface
public abstract void Increment(T amount);
public float TextSize
{
get => DisplayedCountSpriteText.Font.Size;