mirror of https://github.com/ppy/osu
Add missing description
This commit is contained in:
parent
7469849e7c
commit
23eb1c655c
|
@ -23,6 +23,7 @@ public class OsuModBarrelRoll : Mod, IUpdatableByPlayfield, IApplicableToDrawabl
|
|||
|
||||
public override string Name => "Barrel Roll";
|
||||
public override string Acronym => "BR";
|
||||
public override string Description => "The whole playfield is on a wheel!";
|
||||
public override double ScoreMultiplier => 1;
|
||||
|
||||
public void Update(Playfield playfield)
|
||||
|
|
Loading…
Reference in New Issue