mirror of
https://github.com/osukey/osukey.git
synced 2025-05-30 01:47:30 +09:00
Add xmldoc where applicable
This commit is contained in:
parent
393683f8f1
commit
3c0b1be7f4
@ -21,8 +21,15 @@ namespace osu.Game.Screens.Menu
|
|||||||
{
|
{
|
||||||
public abstract class IntroScreen : StartupScreen
|
public abstract class IntroScreen : StartupScreen
|
||||||
{
|
{
|
||||||
|
/// <summary>
|
||||||
|
/// A hash used to find the associated beatmap if already imported.
|
||||||
|
/// </summary>
|
||||||
protected abstract string BeatmapHash { get; }
|
protected abstract string BeatmapHash { get; }
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// A source file to use as an import source if the intro beatmap is not yet present.
|
||||||
|
/// Should be within the "Tracks" namespace of game resources.
|
||||||
|
/// </summary>
|
||||||
protected abstract string BeatmapFile { get; }
|
protected abstract string BeatmapFile { get; }
|
||||||
|
|
||||||
private readonly BindableDouble exitingVolumeFade = new BindableDouble(1);
|
private readonly BindableDouble exitingVolumeFade = new BindableDouble(1);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user