mirror of https://github.com/ppy/osu
Fix grammer issue and more rewording
Co-authored-by: Bartłomiej Dach <dach.bartlomiej@gmail.com>
This commit is contained in:
parent
f6bbec72bf
commit
42ac0c72ea
|
@ -6,12 +6,12 @@ namespace osu.Game.Rulesets.Catch.Skinning
|
|||
public enum CatchSkinColour
|
||||
{
|
||||
/// <summary>
|
||||
/// The colour to be used for the catcher while on hyper-dashing state.
|
||||
/// The colour to be used for the catcher while in hyper-dashing state.
|
||||
/// </summary>
|
||||
HyperDash,
|
||||
|
||||
/// <summary>
|
||||
/// The colour to be used for hyper-dash fruits.
|
||||
/// The colour to be used for fruits that grant the catcher the ability to hyper-dash.
|
||||
/// </summary>
|
||||
HyperDashFruit,
|
||||
|
||||
|
|
Loading…
Reference in New Issue