1
0
forked from cgvr/DeltaVR

archery range npc waits a bit before speaking after mic usage

This commit is contained in:
2026-03-07 12:40:17 +02:00
parent a3b0a20357
commit b583b00303

View File

@@ -62,8 +62,9 @@ public class ArcheryRangeNPC : NPCController
}
private void OnPlayerUsedMicrophone()
private async void OnPlayerUsedMicrophone()
{
await Task.Delay(1500);
if (state == 1)
{
SpeakVoiceLine(3);