mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 08:52:55 +08:00
Remove unnecessary explicit JsonProperties
This commit is contained in:
parent
b2827d82d4
commit
6f5acaa8f9
@ -2,7 +2,6 @@
|
||||
// Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
|
||||
|
||||
using System;
|
||||
using Newtonsoft.Json;
|
||||
using NUnit.Framework;
|
||||
using osu.Framework.MathUtils;
|
||||
using osu.Game.Beatmaps;
|
||||
@ -51,17 +50,11 @@ namespace osu.Game.Rulesets.Osu.Tests
|
||||
/// </summary>
|
||||
private const double conversion_lenience = 2;
|
||||
|
||||
[JsonProperty]
|
||||
public double StartTime;
|
||||
[JsonProperty]
|
||||
public double EndTime;
|
||||
[JsonProperty]
|
||||
public float StartX;
|
||||
[JsonProperty]
|
||||
public float StartY;
|
||||
[JsonProperty]
|
||||
public float EndX;
|
||||
[JsonProperty]
|
||||
public float EndY;
|
||||
|
||||
public bool Equals(ConvertValue other)
|
||||
|
Loading…
Reference in New Issue
Block a user