mirror of
https://github.com/osukey/osukey.git
synced 2025-04-29 10:47:22 +09:00
Code formatting
This commit is contained in:
parent
4dbe589de2
commit
50b0fca264
@ -32,6 +32,7 @@ namespace osu.Game.Rulesets.Taiko.Mods
|
|||||||
return LastAcceptedDonAction == null || LastAcceptedDonAction == action;
|
return LastAcceptedDonAction == null || LastAcceptedDonAction == action;
|
||||||
if (action == TaikoAction.LeftRim || action == TaikoAction.RightRim)
|
if (action == TaikoAction.LeftRim || action == TaikoAction.RightRim)
|
||||||
return LastAcceptedKatAction == null || LastAcceptedKatAction == action;
|
return LastAcceptedKatAction == null || LastAcceptedKatAction == action;
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -107,6 +108,7 @@ namespace osu.Game.Rulesets.Taiko.Mods
|
|||||||
LastAcceptedDonAction = action;
|
LastAcceptedDonAction = action;
|
||||||
if (action == TaikoAction.LeftRim || action == TaikoAction.RightRim)
|
if (action == TaikoAction.LeftRim || action == TaikoAction.RightRim)
|
||||||
LastAcceptedKatAction = action;
|
LastAcceptedKatAction = action;
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user