mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 16:59:53 +09:00
Fixed Inconsistent Naming
This commit is contained in:
@ -31,7 +31,7 @@ namespace osu.Game.Rulesets.Mods
|
||||
|
||||
public void ApplyToScoreProcessor(ScoreProcessor scoreProcessor)
|
||||
{
|
||||
scoreProcessor.Health.ValueChanged += ValueChanged =>{
|
||||
scoreProcessor.Health.ValueChanged += valueChanged =>{
|
||||
if (scoreProcessor.Health.Value == 0)
|
||||
{
|
||||
if (Lives != 0)
|
||||
|
Reference in New Issue
Block a user