mirror of
https://github.com/ppy/osu.git
synced 2026-05-30 06:39:53 +08:00
Code formatting
This commit is contained in:
@@ -32,6 +32,7 @@ namespace osu.Game.Rulesets.Taiko.Mods
|
||||
return LastAcceptedDonAction == null || LastAcceptedDonAction == action;
|
||||
if (action == TaikoAction.LeftRim || action == TaikoAction.RightRim)
|
||||
return LastAcceptedKatAction == null || LastAcceptedKatAction == action;
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
@@ -107,6 +108,7 @@ namespace osu.Game.Rulesets.Taiko.Mods
|
||||
LastAcceptedDonAction = action;
|
||||
if (action == TaikoAction.LeftRim || action == TaikoAction.RightRim)
|
||||
LastAcceptedKatAction = action;
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user