mirror of
https://github.com/RHeavenStudio/HeavenStudio.git
synced 2025-06-12 12:07:41 +02:00
semicolon (#722)
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user