You've already forked taptap2024_GJ_chidouren
update core
This commit is contained in:
@@ -201,7 +201,7 @@ namespace Game.Component
|
|||||||
{
|
{
|
||||||
if (this._hasAtkState == false && hasAtk)
|
if (this._hasAtkState == false && hasAtk)
|
||||||
{
|
{
|
||||||
AudioManager.Instance.PlaySound (this.AttackTriggerAudioSound);
|
AudioManager.Instance.PlaySound (this.AttackTriggerAudioSound , 0.5f);
|
||||||
}
|
}
|
||||||
this._hasAtkState = hasAtk;
|
this._hasAtkState = hasAtk;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user