semicolon (#722)

This commit is contained in:
AstrlJelly
2024-02-25 22:21:54 -05:00
committed by GitHub
parent caf124a8cd
commit 9d6f8cce2b

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)