mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 16:59:53 +09:00
Add difficulty calculation
Adds base classes for difficulty calculations, hooks them up with carousel container, and adds a port of the osu difficulty calculator.
This commit is contained in:
@ -10,5 +10,7 @@ namespace osu.Game.Modes.Osu.Objects
|
||||
public double Length;
|
||||
|
||||
public override double EndTime => StartTime + Length;
|
||||
|
||||
public override HitObjectType Type => HitObjectType.Spinner;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user