forked from cgvr/DeltaVR
professor waits a few sec before starting to leave
This commit is contained in:
Binary file not shown.
@@ -150,11 +150,13 @@ public class ShapeDetectionNPC : NPCController
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
public void OnPlayerEnteredRoom()
|
public async void OnPlayerEnteredRoom()
|
||||||
{
|
{
|
||||||
if (state == 6)
|
if (state == 6)
|
||||||
{
|
{
|
||||||
|
state = 7;
|
||||||
questMarker.gameObject.SetActive(false);
|
questMarker.gameObject.SetActive(false);
|
||||||
|
await Task.Delay(2500);
|
||||||
MoveToNextPoint(0);
|
MoveToNextPoint(0);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user