update core

This commit is contained in:
2024-10-27 20:40:21 +08:00
parent 2013c1845b
commit 7380a29f60

View File

@@ -201,7 +201,7 @@ namespace Game.Component
{
if (this._hasAtkState == false && hasAtk)
{
AudioManager.Instance.PlaySound (this.AttackTriggerAudioSound);
AudioManager.Instance.PlaySound (this.AttackTriggerAudioSound , 0.5f);
}
this._hasAtkState = hasAtk;