Commit c93192f9 authored by SherryChaos's avatar SherryChaos

fix voice bug

parent ff3661a5
......@@ -674,6 +674,7 @@ namespace MDPro3.Duel
data.isHero = player == 0;
data.wait = false;
data.delay = 0f;
voiceData.Add(data);
return UniTask.CompletedTask;
}
......@@ -701,6 +702,7 @@ namespace MDPro3.Duel
data.isHero = player == 0;
data.wait = false;
data.delay = 0f;
voiceData.Add(data);
return UniTask.CompletedTask;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment