Merge branch 'master' into taiko-fixes

This commit is contained in:
Dan Balasescu
2017-04-06 16:23:22 +09:00
committed by GitHub
36 changed files with 660 additions and 568 deletions

View File

@ -49,7 +49,6 @@ namespace osu.Game.Database
// General
public int AudioLeadIn { get; set; }
public bool Countdown { get; set; }
public SampleSet SampleSet { get; set; }
public float StackLeniency { get; set; }
public bool SpecialStyle { get; set; }
public PlayMode Mode { get; set; }