semicolon

This commit is contained in:
AstrlJelly 2024-02-25 21:17:14 -05:00
parent caf124a8cd
commit dbc5e0be25

View file

@ -503,7 +503,7 @@ namespace HeavenStudio.Games
new BeatAction.Action(beatUniversal + 1d, delegate { Player.Play("NeutralClapped"); CPU1.Play("NeutralClapped"); CPU2.Play("NeutralClapped"); CPU3.Play("NeutralClapped");}),
});
}
SoundByte.PlayOneShotGame("bonOdori/clap")
SoundByte.PlayOneShotGame("bonOdori/clap");
}
public void Miss(PlayerActionEvent caller)